haxenme/nme

[android] x86_64 support

Closed this issue · 8 comments

[android] x86_64 support

pushd ~/hxcpp/tools/hxcpp; haxe compile.hxml; popd; pushd ~/nme/tools/nme/; haxe compile.hxml; popd; haxelib run nme build android -gradle; ls Export/android/haxe/cpp/

pushd ~/hxcpp/tools/build; haxe compile.hxml; popd; pushd ~/hxcpp/tools/hxcpp; haxe compile.hxml; popd; pushd ~/nme/tools/build; haxe compile.hxml; popd; pushd ~/nme/tools/nme; haxe compile.hxml; popd;

pushd ~/hxcpp/tools/build; haxe compile.hxml; popd; pushd ~/hxcpp/tools/hxcpp; haxe compile.hxml; popd; pushd ~/nme/tools/build; haxe compile.hxml; popd; pushd ~/nme/tools/nme; haxe compile.hxml; popd; neko build.n android -v; file ~/nme/ndll/Android/libnme-x86_64.so

export ANDROID_NDK_ROOT=/Users/thomasuster/SDKs//android-ndk/android-ndk-r20

rm -rf /Users/thomasuster/nme/project/obj/; rm -rf ~/hxcache/;

rm -rf ~/hxcache; rm Export/android/DisplayingABitmap/app/build/outputs/apk/debug/app-x86-debug.apk; rm /Users/$USER/nme/project/../ndll/Android/libnme-x86.so; pushd ~/hxcpp/tools/build; haxe compile.hxml; popd; pushd ~/hxcpp/tools/hxcpp; haxe compile.hxml; popd; pushd ~/nme/tools/build; haxe compile.hxml; popd; pushd ~/nme/tools/nme; haxe compile.hxml; popd; pushd ~/nme/project; neko build.n android -v; popd; haxelib run nme build android -toolkit -gradle && adb install -r Export/android/DisplayingABitmap/app/build/outputs/apk/debug/app-x86-debug.apk

rm -rf ~/hxcache; rm Export/android/DisplayingABitmap/app/build/outputs/apk/debug/app-x86-debug.apk; rm /Users/$USER/nme/project/../ndll/Android/libnme-x86.so; pushd ~/hxcpp/tools/build; haxe compile.hxml; popd; pushd ~/hxcpp/tools/hxcpp; haxe compile.hxml; popd; pushd ~/nme/tools/build; haxe compile.hxml; popd; pushd ~/nme/tools/nme; haxe compile.hxml; popd; pushd ~/nme/project; neko build.n android -DHXCPP_NDK20 -v; popd; haxelib run nme build android -toolkit -gradle && adb install -r Export/android/DisplayingABitmap/app/build/outputs/apk/debug/app-x86-debug.apk

Finishing up diff