Issue
I moved a ndk project from windows to linux(ubuntu). Then suddenly i got above error. But this project build seamlessly in windows. Even I get this error while ndk-clean.
Solution
The culprit was 'obj' temporary directory under jni. I just removed the 'obj' directory and everything is fine. Maybe Linux can't tolerate Windows temporary object files:) (Or confused with those files..)
Answered By - Al Mamun
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.