在添加了Android platform (ionic cordova platform add android)之后,我已经构建了我的离子项目(ionic cordova build android),并且我得到了一个错误“无法找到support-compat.aar”
A problem occurred configuring root project 'android'. Could not find support-compat.aar (com.android.support:support-compat:26.1.0). Searched in the following locations: https://jcenter.bintray.com/com/android/support/support-compat/26.1.0/support-compat-26.1.0.aar
"cordova-android": "6.3.0", "@ionic-native/core": "4.12.0"
发布于 2019-01-10 21:04:50
在添加平台和构建之前,我已经删除了所有的~/.gradle/ cache文件,问题已经解决
https://stackoverflow.com/questions/53881591
复制相似问题