Can not build the project after upgrading to android - P

后端 未结 7 1147
星月不相逢
星月不相逢 2020-12-10 04:39

Below are the errors which I am getting

C:\\Users\\Dell\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-28.0.0-alpha1.aar\\51cd62c84e9404bd66ab4daf25         


        
相关标签:
7条回答
  • 2020-12-10 05:41

    If you are still facing this problem, try to debug in terminal.There are many reasons for occurrence of this error, but one cannot pin point exact reason unless you debug in detail. Run this command in terminal , you may get to know where exactly you are getting this bug:

    ./gradlew installDebug

    0 讨论(0)
提交回复
热议问题