DaringLi
DaringLi

Reputation: 409

push the application to /system/app/ and upload .so library

I have a .so library in my application. If it install to /data/app normal, it will appear /lib/*.so file normal in /data/data/ corresponding package catalogue and it can upload and operation.

But if I push the application to /system/app/, the library can not appear in /data/data/ corresponding package catalogue. I move the library manually and restart, the library file disappears.

How to solve this?

Upvotes: 0

Views: 436

Answers (1)

ajma
ajma

Reputation: 12206

Place your so files in /system/lib

Upvotes: 1

Related Questions