Вопрос

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