Error: app:transformClassesWithDexBuilderForDebug

前端 未结 4 1703
既然无缘
既然无缘 2021-01-14 13:14

I have a class HillfortStore in this package:

package org.wit.hillforts.models

Messed up the package name in the class (missing the \'s\'):

4条回答
  •  北恋
    北恋 (楼主)
    2021-01-14 13:52

    just do this :

    in main project folder ,in terminal type

    cd android
    

    then type this

    ./gradlew clean
    

    then build your app again

提交回复
热议问题