簡體   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