MobileChromeApps / chrome-app-developer-tool

Mirror of Apache Cordova app harness
Other
202 stars 33 forks source link

chrome-app-developer-tool can't work on samsung note 2 #58

Open JimmyJune opened 9 years ago

JimmyJune commented 9 years ago

Tap the launch buttom, the CADT will crash.

HubertHuckevoll commented 9 years ago

Same here, Galaxy Nexus. CADT will crash on launching an app that used to work flawlessly. CADT 0.13.0.

agrieve commented 9 years ago

Just tried it on an L device, and on an ICS emulator with no crashes. Could you both try running "adb logcat" after a crash and see if there's a stack trace in the logs?

HubertHuckevoll commented 9 years ago

I can't do that - I'm on an HP11 Chromebook, beta-channel and I'm using CDE to deploy to the phone...

agrieve commented 9 years ago

Hmm, well one common source of crashes is the crosswalk webview, so you might try adding "webview": "system" to your manifest.mobile.json to disable it and see if stops crashing.

ghost commented 9 years ago

I'm getting the same issue (also on a chromebook), tried the "webview": "system", still nothing... I've gone all the way back to version 0.9 and it finally doesn't crash, though the program's styling is broken, still trying to debug but I was hoping someone might have followed up with this