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
In the file "/platforms/android/CordovaLib/src/org/apache/cordova/PluginManager.java" line 492 using cordova-android 9,
if (c != null & CordovaPlugin.class.isAssignableFrom(c)) {
ret = (CordovaPlugin) c.newInstance();
}
The value of ret variable is null and shows the error message "the application was stopped".
When go back to the last version 1.0.12 of the NativeView.java, and comenting the getBuildVariant method, the error mentioned above in PluginManager.java not happens.
The text was updated successfully, but these errors were encountered:
mfdeveloper
changed the title
Aplicação parou no cordova-android 9
cordova-android 9: The application was stopped
Dec 13, 2020
In the file "/platforms/android/CordovaLib/src/org/apache/cordova/PluginManager.java" line 492 using cordova-android 9,
The value of
ret
variable is null and shows the error message "the application was stopped".When go back to the last version
1.0.12
of theNativeView.java
, and comenting thegetBuildVariant
method, the error mentioned above inPluginManager.java
not happens.The text was updated successfully, but these errors were encountered: