简体   繁体   中英

How to commit jnilibs to svn

I have got a java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader I found that cause of the problem. Now In my source code file called "example.so" file is present under arm64-v8a, armeabi, armeabi-v7a. I want to commit that file to svn. But it is not showing up for commit. So kindly anybody help me with this.

I want to commit that file to svn...

You need to svn add the file to add it your working copy and make Subversion track this file. Then svn commit this change.

Note that it is possible that your svn:ignore pattern makes Subversion ignore this file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM