android – libstlport_ Static. A: no such file: permission denied

When compiling my android NDK project, I added

To my JNI / application.mk file, some STL things are allowed. However, when I clean up and build, I get an error libstlport_ Static. A: there is no such file: permission is denied. I found that the solution to this problem is to add

This is a repair, but it is obviously time-consuming to rebuild the STLport library every time. Is there a better solution to this problem?

resolvent:

You haven't said which platform you're developing, but I guess it's windows

If you are using Vista or windows 7, the problem may really be libstlport_ Permission problem with static. A file. Check the permissions of the file or try to disable user account control completely

Note that three versions of libstlport are available in the NDK_ Static. A. you should be able to refer to the app in the application.mk file_ ABI settings to determine which application your application is using

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>