project_files/Android-build/pushToDevice
author Xeli
Fri, 24 Jun 2011 13:24:51 +0200
branchhedgeroid
changeset 5361 0d73a5e589b5
parent 5301 690e88ef6ee7
permissions -rwxr-xr-x
Added a script to build and install the application, users must define a path to the ndk

#!/bin/bash

adb push ./out/libhwengine.so /sdcard/libhwengine.so
adb shell "su -c \"cat /sdcard/libhwengine.so > /data/data/org.hedgewars/lib/libhwengine.so \""