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
After installing cordova-plugin-browsertab plugin. I can not generate an Android build because following issues:
1: Task failed with an exception.
-----------
* Where:
Script '/platforms/android/cordova-plugin-browsertab/app-BrowserTab.gradle' line: 3
* What went wrong:
A problem occurred evaluating script.
> Could not get unknown property 'cdvMinSdkVersion' for project ':app' of type org.gradle.api.Project.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':app'.
> com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle
After installing cordova-plugin-browsertab plugin. I can not generate an Android build because following issues:
Here is
app-BrowserTab.gradle
:config.xml
package.json
Its successful if
target=android-29
when I change totarget=android-30
issue spotted.Can Someone help me?
The text was updated successfully, but these errors were encountered: