我想将layout xml文件添加到我的androidTest文件夹中,仅用于测试.
androidTest
我添加了res/layout文件夹androidTest并尝试向其添加布局文件.但它给错误URI is not registered的xmlns:android="http://schemas.android.com/apk/res/android"
res/layout
URI is not registered
xmlns:android="http://schemas.android.com/apk/res/android"
不知何故,该项目不会将其识别为有效的布局文件.
resources android android-resources android-testing
android ×1
android-resources ×1
android-testing ×1
resources ×1