문제

This is an Android applicatoin. I add a .so native libray, in the folder: Libs/armeabi/libxx.so

However, I cannot commit it to the repository.

When I right-click "commit", there is no change to reflect that I have added a .so native library file.

How can I solve the problem?

도움이 되었습니까?

해결책

OK, I find one solution. Right click the file, choose Team -> Add to Version Control

Then the file will be able to be commited.

다른 팁

Subversion ignores .so files by default. You could try changing settings at Preferences > Team > Ignored Resources (Ignoring Eclipse project files in SVN project). If not, just add the .so file via the command line.

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