Hi,
I've followed the Crosswalk/Cordova tutorial at 
https://crosswalk-project.org/documentation/cordova/migrate_an_application.html,
 but I don't have a correctly functioning app after upgrading to Crosswalk (it 
works as expected when using default webview). The app attempts to start but 
crashes (several times, not sure if that's expected or not) with the message 
"Unfortunately, KitchenSink has stopped". 


I've got the required software installed 
(https://crosswalk-project.org/documentation/getting_started/linux_host_setup.html#Installation-for-Crosswalk-Android)
 on my Mac, which is running OS X 10.10. For verification, I checked the 
software versions:


 Joshs-MacBook-Pro:kitchensink josh$ java -version
java version "1.7.0_71"
Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)


Joshs-MacBook-Pro:kitchensink josh$ ant -version
Apache Ant(TM) version 1.9.4 compiled on April 29 2014


Joshs-MacBook-Pro:kitchensink josh$ python --version
Python 2.7.6


Joshs-MacBook-Pro:kitchensink josh$ adb help
Android Debug Bridge version 1.0.32

I'm using the Android 4.4.2 x86 emulator, and the version of Crosswalk I'm 
using is crosswalk-cordova-8.37.189.14-x86. 


I did some Googling, but couldn't find a solution. I saw a recommendation to 
grep xwalk related lines from adb logcat, which I've included below:
 W/XWalkInternalResources( 2184): org.xwalk.core.R$id.autofill_popup_window is 
not found.
 W/XWalkInternalResources( 2184): org.xwalk.core.R$id.autofill_sublabel is not 
found.
 W/XWalkInternalResources( 2184): 
org.xwalk.core.R$drawable.autofill_popup_background is not found.
 W/XWalkInternalResources( 2184): 
org.xwalk.core.R$drawable.autofill_popup_background_down is not found.
 W/XWalkInternalResources( 2184): 
org.xwalk.core.R$drawable.autofill_popup_background_up is not found.
 W/XWalkInternalResources( 2184): 
org.xwalk.core.R$dimen.autofill_text_divider_height is not found.
 W/XWalkInternalResources( 2184): org.xwalk.core.R$dimen.autofill_text_height 
is not found.
 W/XWalkInternalResources( 2184): 
org.xwalk.core.R$color.autofill_dark_divider_color is not found.
 W/XWalkInternalResources( 2184): org.xwalk.core.R$color.autofill_divider_color 
is not found.
 I/LibraryLoader( 2184): Loading: xwalkcore
 D/dalvikvm( 2184): Trying to load lib 
/data/app-lib/com.crosswalkproject.sample-2/libxwalkcore.so 0xb0fd2968
 D/dalvikvm( 2184): Added shared lib 
/data/app-lib/com.crosswalkproject.sample-2/libxwalkcore.so 0xb0fd2968

This is actually repeated 3 times on every launch attempt. It looks like some 
things are missing, but this is where I'm stuck - I've no idea where to start 
trying to fix this!


Does anyone know of a solution?


Many thanks,
Josh







_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to