문제

I have an android application which uses some prebuilt native libraries (Osmand prebuilt libraries). The problem is that when I run the application on mobile phone, it says that these libraries are missing. When I looked in the .apk file, there is no "lib" folder - how to set up eclipse to export them?

도움이 되었습니까?

해결책

Finally I have found the solution. It's easier then I expected. All I need is to place the libraries into the libs folder.

libs
  \---armeabi
  \---armeabi-v7a
  \---mips
  \---x86

Eclipse creates the lib folder in apk by itself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top