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
Hi, when I try to install the plugin I got no error messages but the plugin doesn't work on android. Debugging my app I got this error messages (on logcat): 11-23 11:24:03.776 6694-6770/com.example.hello W/System.err: java.lang.ClassNotFoundException: org.apache.cordova.inappbrowser.InAppBrowser
Searching around I can see that the plugin is downloaded but the .java files aren't going to \platforms\android\CordovaLib\src\org\apache\cordova folder (res images are going normal). So I've tried the same steps and the error happens on a clean cordova install. The environment is on a windows 10 machine:
This is caused by the same bug as apache/cordova-android#574
Bugfix has been merged and we are working on a release, expect cordova-android 7.1.4 shortly.
Hi, when I try to install the plugin I got no error messages but the plugin doesn't work on android. Debugging my app I got this error messages (on logcat):
11-23 11:24:03.776 6694-6770/com.example.hello W/System.err: java.lang.ClassNotFoundException: org.apache.cordova.inappbrowser.InAppBrowser
Searching around I can see that the plugin is downloaded but the .java files aren't going to \platforms\android\CordovaLib\src\org\apache\cordova folder (res images are going normal). So I've tried the same steps and the error happens on a clean cordova install. The environment is on a windows 10 machine:
Copying the 3 .java files to the folder and building again make the plugin work.
The text was updated successfully, but these errors were encountered: