You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using cordova-2.1.js, which is structured differently than the classes you are referencing in the plugin. I already tried chaning the imports to import org.apache.cordova.api.*; instead of the com.phonegap.api urls, but to no avail.
Errors start at "com.phonegap.DroidGap cannot be resolved to a type" to "ctx. cannot be resolved"
Is there an easy way to fix this?
Thank you
The text was updated successfully, but these errors were encountered:
That screencast is from February, so some things may be out of date - make sure you're using a recent checkout of the ChildBrowser repo (which will be using the org.apache.cordova.api.* imports, for one thing, and no longer DroidGap).
Hi,
I followed the guide on http://www.youtube.com/watch?v=HOs9nuzhxR4&feature=youtu.be but cannot get the CrossPlatform version to work on Android (I haven't tried iOS yet).
I'm using cordova-2.1.js, which is structured differently than the classes you are referencing in the plugin. I already tried chaning the imports to import org.apache.cordova.api.*; instead of the com.phonegap.api urls, but to no avail.
Errors start at "com.phonegap.DroidGap cannot be resolved to a type" to "ctx. cannot be resolved"
Is there an easy way to fix this?
Thank you
The text was updated successfully, but these errors were encountered: