私はアンドロイド開発に不慣れです
そして、私が画像の背景を置くと、このエラーが発生します:
これは私のコードです:
<?xml version="1.0" encoding="utf-8"?>
<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:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".Click_Page"
android:background="@layout/img" >
</RelativeLayout>
エラー ログ: エラー: XML の解析エラー: 整形式ではありません (無効なトークン) img.png /AmcostApp/res/layout 行 1 Android AAPT 問題
解決策が必要です
前もって感謝します