Androidアプリ(他の人が作成)のapkファイルをandroid studioを使用して作成しようとしているのですが、下記エラーが発生してしまいます。普通にビルドするとエラーが発生しないのですが、何か原因がわかる方がいましたらご教示願います。
〇androidstudioバージョン 3.6.3
〇apiファイル生成手順
・Build⇒Ganerate Signad Bundle / APK ⇒ APK 選択 ⇒ Next ⇒鍵、パスワード等設定してNext ⇒ release選択、V1、V2選択してFinish
エラー内容
xxx/xxx.xml:399: Error: @id/txt_name is not a sibling in the same RelativeLayout [NotSibling] android:layout_toEndOf="@id/txt_name" Explanation for issues of type "NotSibling": Layout constrations in a given ConstraintLayout or RelativeLayout should reference other view within the same relative layout (but not itself!)
試したこと
・普通のビルドは成功する。
・Android App Bundleの作成も成功する。
あなたの回答
tips
プレビュー