Error:Execution failed for task ':app:transformClassesWithMultidexlistForDebug' android studio

前端 未结 3 1018
耶瑟儿~
耶瑟儿~ 2020-12-20 22:59

I create a game on buildbox I export the project but I can\'t start the game on android studio My problem is that I can\'t run the application or produce an apk file

<
3条回答
  •  [愿得一人]
    2020-12-20 23:31

    implementation 'com.android.support:appcompat-v7:27.1.0'
     implementation 'com.android.support:design:27.1.0'
        implementation 'com.android.support:support-v4:27.1.0'
     implementation 'com.android.support:recyclerview-v7:27.1.0'
    

    update your all support library to 27.1.0 like above and remove duplicates

提交回复
热议问题