繁体   English   中英

从Android Studio在我的真实设备Makeng应用中运行时出现错误

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

我是android studio 1.3.2中的makeng .apk文件。 在我的真实设备上运行时,设备(lenovoA526)和电话中存在错误。 我安装了所有驱动程序。
显示错误到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

如何清除此错误?

<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">

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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