简体   繁体   中英

Have errors when running in my real device makeng app from android studio

I'm makeng .apk files in android studio 1.3.2. When running on my real device have a errors in device (lenovoA526) and othets phone. I install all the drivers.
Showing errors to logcat:

16807/com.example.behzod.myapplication E/AndroidRuntime? FATAL EXECEPTION: Main
java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.example.behzod.myapplication/com.example.behzod.myapplication.MainActivity}: 
android.content.res.Resources$NotFoundException:  
File res/drawable/abc_vector_test.xml from drawable resource ID #0x7f020052

How can i remove this errors?

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".ManActivity">

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