-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on app start with VFY: unable to resolve static field select_dialog_multichoice #10
Comments
Having webview-plus cloned and a setup above (with cocoonjs 1.0.0-0.5.0), here are steps to reproduce: |
Can't really add much here.. except, have you tried using the cloud compiler? |
fixed when manually built webview-plus: |
I tried something similar today (integrating with Phonegap) and got the same error. I used the manual steps outlined in the readme, but that resulted in a crash. I did come up with a similar solution.
I might have missed something because I was doing about 1000 permutations of various attempts today. |
I'm also getting a crash on launch using a Samsung S3 Android 4.3. Testing on other Android devices like a Samsung S4 it seems to run fine. The fatal error seems to happen in the Chromium library
The whole error log: |
I was really pleased when I've found your project. I tried to follow your readme and integrate webview+ (2.1.0) to my cordova 3.5 app, it compiles, builds and installs but crashes after startup with this log https://spodder.com/p/8b4DSvolflJc4PsiBW2h8Y3f .
My setup is OSX, Oracle JDK 6, Android SDK Tools 23.0.2, Android SDK Platform-Tools 20, Android SDK Build-Tools 19.1 (tried 20, but the same error), Android SDK Platform 19. A target is set to android-19 in all project.properties files. Should I change project configuration in any way to get it working?
The text was updated successfully, but these errors were encountered: