日食不能識別我的佈局文件夾,我的佈局不能被日食不能識別我的佈局文件夾
R.layout.activity_qr01
引用和錯誤說:我的佈局不能得到解決或無法在現場
activity_qr01的代碼是:
<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" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/hello_world"
tools:context=".QR01" />
</RelativeLayout>
請上傳'activity_qr01.xml'文件的代碼。 – Lucifer
我發佈了代碼activity_qr01 – LetsamrIt
我可以發佈我的問題的答案或不允許 – LetsamrIt