You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/23 13:46:14 UTC

[GitHub] rafaelmb opened a new issue #354: Plugin doesn't install correctly

rafaelmb opened a new issue #354: Plugin doesn't install correctly
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/354
 
 
   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:
   
   ```
   cordova -v
   8.1.2 (cordova-lib@8.1.1)
   ```
   
   ```
   cordova platform ls
   Installed platforms:
     android 7.1.3
   ```
   
   
   Copying the 3 .java files to the folder and building again make the plugin work. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org