0

I have added ndk support in my project because I needed to convert from one pixel format to another and I thought it would be faster in native code than in java. Now I realized I don't actually need to convert anything so I no longer need the ndk-build in my project. How do I get rid of android building the *.so files that I no longer use?

4

2 回答 2

1

如下Eclipse

Project -> Properties -> Builders

并禁用CDT

于 2012-10-18T15:34:16.767 回答
0

删除完整的 jni 文件夹。同样从 java 中删除所有本机方法。删除 libs/armeabi 下存在的库

同时删除 obj/local/armeabi

于 2012-10-18T15:32:19.400 回答