0

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...

1

1 Answer 1

1

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.

Not the answer you're looking for? Browse other questions tagged or ask your own question.