Skip to content
Max Waterman edited this page Sep 4, 2013 · 8 revisions

Just some notes at this point - somewhat wondering around in the dark :

host$ adb shell
target$ mkdir sdcard/developer
target$ mkdir sdcard/developer/calculator
target$ mkdir sdcard/developer/xwalk
target$ exit
$ adb push build/app /sdcard/developer/calculator

now to get the xwalk binary on there…
host$ cd Downloads
host$ mkdir xwalk; cd xwalk
host$ unzip ../xwalk-android.zip
host$ adb shell ‘pm set-install-location 2’
host]$ adb install xwalk-android/apks/XWalkCoreShell.apk
629 KB/s (18634788 bytes in 28.899s)
	pkg: /data/local/tmp/XWalkCoreShell.apk
Success

How to actually run the app so it launches on /sdcard/developer/calculator/index.html?

Clone this wiki locally