简体   繁体   中英

i am using Android Studio 3.2v and i am getting this error when i run my main_activity

Execution failed for task ':app:transformClassesWithInstantRunForDebug

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

NoClassDefinationFound error

Means that it couldn't find class com/google/protobuf/message . Perhaps you missed one of the dependencies in the Build.gradle which is related to com/google/protobuf/message . You can try to add this dependency however:

https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/2.0.3

Which seems to be related.

  • Also, use implementation instead of compile .
  • Try disabling multidex or, update it to the latest version ( 1.0.3 ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM