forked from crosswalk-project/crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Max Waterman edited this page Sep 4, 2013
·
8 revisions
Just some notes at this point - somewhat wondering around in the dark (on an HTC One X) :
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
Then go to the application list and locate the 'XWalkCoreShell' app, and type in file:///sdcard/developer/calculator/index.html into the URL field at the top.