IntelliJ 開発は初めてで、開発に Android プラグインを使用しています。
ただし、XML 検証またはオートコンプリートが正しく機能しません。
以下は、私の XML のスニペットです。
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/competitionName"
/>
検証により、すべての Android 属性が無効であることがわかります。同様に、新しい属性を入力しても、何の提案もありません。
設定を見てみましたが、何が欠けているのかわかりません。
誰でもここで助けることができますか?
ありがとう