android - not able to launch the application on Samsung 4.0.4 devices -
i working on application. in project.properties file, using target=android-9
recently use dragevent , had updated target=android-17
after can install app on device android 4.0.4. cannot launch application.
when click on app, not launch.
i dont know why cannot launch on devices 4.0.4 version.
is there mistake doing updagrading target=android-17
inside manifsest file have given
please guide me know why cannot launch app on devices android 4.0 version
- is mistake cannot launch app on older 4.0.4 versions?
sometimes code log shows
native code library failed load.java.lang.unsatisfiedlinkerror: cannot load library: reloc_library[1285]: 165 cannot locate 'log2'...
is hidden issues in android 4.0.4? or compiled using higher api version 17 .
the crash show missing native library call. has nothing target change. target change problem though- 4.0.4 devices not have v17 functions, no matter target is. if put on devices without if statement preventing executing functions, device crash when call them. if want run on 4.0.4, can't use function introduced after v14, unless via support library.