joaoventura / pybridge

Reuse Python code in native Android applications
215 stars 56 forks source link

Update docs #6

Closed frmdstryr closed 7 years ago

frmdstryr commented 7 years ago

In https://github.com/joaoventura/pybridge#running-the-project

You should change "Finally, open the terminal and run path/to/crystax/ndk-build" to "Finally, open the terminal, cd to app/src/main/jni, and run path/to/crystax/ndk-build"

Otherwise you get the error:

Android NDK: Could not find application project directory !    
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.    
/home/jrm/Android/Crystax/crystax-ndk-10.3.2/build/core/build-local.mk:143: *** Android NDK: Aborting    .  Stop.

Thanks!

joaoventura commented 7 years ago

Thanks for the suggestion! 👍

ZhangKuixun commented 5 years ago

How to solve this problem? @joaoventura @frmdstryr