Hello,
Unfortunately I have no idea what could be wrong.
The crash report looks like the app is not yet even loaded (as the callstack lists system functions "/system/bin/linker", but no esenthel function). It looks like the system is trying to load the app (link it) and the crash occurs during that linking stage.
Also your previous messages
Quote:I cannot run the apk, when I try to add the file with Kies, it says "Application 1-debug.apk presents a file format that cannot be reproduced in 'GT-S5839i"
When I add the .apk with massive storage, and in phone tap the file, it says " Analisis error" There was an error parsing the package.
Suggests that there may be some compatibility issue between your device/cpu/os ver and the app.
I have compiled the app using standard google compilation toolchain (executed by EE) for armeabi and armeabi-v7a (so armv5, 6, 7 and higher are supported)
You can investigate the contents of the APK and see that binaries for both armeabi and armeabi-v7a are present.
APP_ABI := armeabi armeabi-v7a
APP_PLATFORM := android-9
LOCAL_SRC_FILES := ../../Installation/EsenthelEngine-$(TARGET_ARCH_ABI).a
I don't have your kind of device so I cannot do any tests to see what's wrong.