简体   繁体   中英

I am getting following error in my Android Studio Project

I/art: Late-enabling -Xcheck:jni
W/System: ClassLoader referenced unknown path: /data/app/<package_name>-2/lib/arm
I/GMPM: App measurement is starting up
I/AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.

app:theme is now deprecated. Please move to using android:theme instead. It is warning from appcompat library as using app:theme attribute in .xml is deprecated and it is suggesting to move to android:theme .

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