NDK und armeabi-v7a Problem

S

Samsung I7500

Erfahrenes Mitglied
5
Hallo!

Ich habe die folgende Applikation.mk:
Code:
# App platform
APP_PLATFORM := android-14

# App abi
APP_ABI := armeabi armeabi-v7a
Damit compiliere ich meine Application sowohl für armeabi als auch für armeabi-v7a. Der Compiler läuft ohne zu meckern durch.

Problem ist nun folgendes:

Während die App auf meinem HTC One (armeabi) problemlos läuft, will sie auf meinem Samsung Tab3 (armeabi-v7a) nicht starten. Da kommt eine ExceptionInInitializeError mit folgender Meldung:
Code:
Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: load_library(linker.cpp:761): not a valid ELF executable: /data/app-lib/com.android.main-2/libmylib.so
libmylib.so ist dabei die compilierte Library, also keine externe oder so. Hat da von Euch jemand eine Idee zu?

Vielen Dank schonmal. :)
 
Zuletzt bearbeitet:

Ähnliche Themen

M
  • MikelKatzengreis
Antworten
5
Aufrufe
125
swa00
swa00
Laser5001
Antworten
3
Aufrufe
648
swa00
swa00
W
  • WuDiDong
Antworten
3
Aufrufe
767
jogimuc
J
Zurück
Oben Unten