Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
activity_main.xml を解析するための単純なコード
XmlResourceParser xmlResourceParser = res.getXml(R.layout.activity_main);
Android Studio はエラー "Expected resource of type xml" を検出しますが、このコードを実行するとアプリは正しく動作します。