0
當我在android studio上創建新項目時,出現錯誤。 "URI is not registered"
我的xmlns:android="http://schemas.android.com/apk/res/android"
。我去我的事件日誌,點擊配置,錯誤消失,但我得到的應用程序中的"android:icon, label and theme"
值與在AndroidManifest.xml中的活動下的"android:name and label"
屬性中的錯誤。Android Studio新建項目後Mac新項目錯誤
而且,試圖打開我的activity_main.xml中佈局的文件時,我得到的錯誤
10:23:12 AM IllegalStateException: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
它可以在PC上,但我肯定是錯過了Mac上的東西。感謝所有的幫助!