I've published my app using a library (FfmpegMediaMetadataRetriever) on Google Play Store. The library is compiled for armabi-v7
, armabi
, x86
and mips
. The signed apk was tested before publishing and everything worked well.
But when I now install the app from Google Play, it unexpectedly gives me an UnsatisfiedLinkExeption
of the library.
What can I do?
Asked
Active
Viewed 33 times
0

user2737037
- 1,119
- 1
- 16
- 29
-
Check : http://stackoverflow.com/questions/17818058/android-ndk-unsatisfiedlinkerror-a-surprising-reason – Haresh Chhelana Dec 05 '14 at 07:06
-
Sadly it also does not work when installing it first. – user2737037 Dec 05 '14 at 07:08
-
Is the size of the downloaded APK the same as the signed version? – William Seemann Jan 05 '15 at 17:39