Last active
March 9, 2018 16:28
-
-
Save amitkhare/8e851f9451b868701289c4d809187c4f to your computer and use it in GitHub Desktop.
Solution to build failed cordova -> android ----- # https://stackoverflow.com/a/49172982/1126340
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# solution to build failed cordova -> android | |
# https://stackoverflow.com/a/49172982/1126340 | |
# This file was originally created by the Android Tools, but is now | |
# used by cordova-android to manage the state of the various third party | |
# libraries used in your application | |
# This is the Library Module that contains the Cordova Library, this is not | |
# required when using an AAR | |
# This is the application project. This is only required for Android Studio Gradle projects | |
# Project target. | |
target=android-26 | |
android.library.reference.1=CordovaLib | |
android.library.reference.2=app | |
# ### update blow line with line blow that. | |
# cordova.system.library.1=com.android.support:support-v4:+ | |
cordova.system.library.1=com.android.support:support-v4:27.1.0 | |
cordova.system.library.2=com.android.support:support-v4:26.+ | |
cordova.system.library.3=com.android.support:appcompat-v7:26.+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment