I have put the libncurses.so and sqlite3 in the /xbin , but it seems unable to load the library "libncurse.so". waiting for help !
Asked
Active
Viewed 46 times
-2

Vincent_Bryan
- 1
- 3
-
2What is your source of sqlite3? I also have sqlite3 but it doesn't require that .so file. – Firelord Apr 19 '16 at 15:17
1 Answers
1
The path of libncurses.so is wrong.
It should be: /system/lib/libncurses.so

Luca D'Amico
- 186
- 4
-
-
I've try to put it in /bin but it doesn't work. How bothersome. I have no other way but using log in Android Studio to query my database. – Vincent_Bryan Apr 20 '16 at 05:24
-
no, not in /bin, but in /system/lib/. Are you sure that your libncurses.so is compiled for ARM arch? – Luca D'Amico Apr 20 '16 at 08:45
-