I wrapped a Django server with python-for-android and kivy into my android app and use webview to interact with the user. The app currently works flawlessly. Just that I need to support Android 4.1 which is not a chromium webview. So I want to use Crosswalk to replace the default webview. My current build process use ant on Mac terminal, so no eclipse involved. I want to know how to embed Crosswalk without using eclipse. I tried to copy crosswalk jar files into python-for-android/libs folder, it did compile and generate the APK, but the APK crushes every time I open it.
Any suggestions would be highly appreciated.