How to add launcher.apk to the system/app in android firmware

809 Views Asked by At

My app is running well when I added it in data/app location but when I pushed it in system/app it's not working properly, it throws the error

08-08 05:15:35.451: E/VLC/LibVLC(5116): Can't load vlcjni library: java.lang.UnsatisfiedLinkError: Couldn't load vlcjni from loader 
dalvik.system.PathClassLoader[dexPath=/system/app/myapp.apk,libraryPath=/data/app-lib/myapp]: findLibrary returned null

I have successfully compiled libVlc for android and it's working fine except I mentioned above. Do I need to sign the myapp.apk with firmware key? Or is there any set of permissions that I need to add?

0

There are 0 best solutions below