简体   繁体   中英

java.lang.NoClassDefFoundError: android.support.v7.mediarouter.R$string

Iam building an Application which is using the support libraries.

There is no compilation errors on my project but when I run I see this message in the logcat :

java.lang.NoClassDefFoundError: android.support.v7.mediarouter.R$string

Apparently a solution to that was to run an update on the libraries project which i did using the android update command tool, but it did not help.

please click HERE for the full logcat log

与其引用该库的JAR文件,不如直接引用该库的源代码。

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