Android Studio unable to resolve error ':app:preDexDebug'

后端 未结 2 1369
再見小時候
再見小時候 2021-01-05 17:06

I\'m just moving on from Eclipse to the intimidating Android Studio and have trouble getting rid of, what appears to be a fairly common error.

Error:Executio         


        
2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-05 17:59

    You added your jar dependencies as a compile dependency. You should added it as a "provided", (see you in the README).

提交回复
热议问题