cordova-plugin-extension
, it has a gradle file at src/android/rjfun-libs.gradle
which indicates Cordova to compile the cordova-generic-ad.jar
, but doing that makes it search in a relative place instead of in the right place.node_modules/cordova-plugin-extension/src/android/rjfun-libs.gradle
as workaround.android/app/gradle.properties
cordova-plugin-androidx-adapter
and sync the project again. Migrate to AndroidX
option from Android Studio.android.support.design.widget.CoordinatorLayout
with androidx.coordinatorlayout.widget.CoordinatorLayout
. Do similar operation if it is any other library