Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I fail to commit a .so library file using subclipse

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?

like image 455
user1914692 Avatar asked Dec 26 '22 23:12

user1914692


1 Answers

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

Then the file will be able to be commited.

like image 52
user1914692 Avatar answered Jan 11 '23 08:01

user1914692