在项目中检测到Android框架

在项目中检测到Android框架,android,android-studio,Android,Android Studio,当我在androidstudio.2.5中创建一个新项目时,选择一个新项目的所有默认值 以下反馈 Frameworks detected: Android framework is detected in the project Configure 配置是可单击的,并显示带有清单文件的弹出窗口。即使在这之后,项目也无法正确创建。这是截图 现在出现以下错误 10:19:50 PM IllegalStateException: @NotNull method com/android/to

当我在androidstudio.2.5中创建一个新项目时,选择一个新项目的所有默认值 以下反馈

Frameworks detected: Android framework is detected in the project Configure
配置是可单击的,并显示带有清单文件的弹出窗口。即使在这之后,项目也无法正确创建。这是截图

现在出现以下错误

    10:19:50 PM IllegalStateException: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:20:39 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:20:46 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:22:11 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:22:23 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:22:30 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:22:43 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:22:45 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:22:47 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:23:07 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:23:09 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:23:12 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null
10:23:13 PM IllegalStateException: update failed for ActionGroup: null (Theme to render layout with)[null]: @NotNull method com/android/tools/idea/rendering/ManifestInfo.getActivityThemes must not return null

从SDK Manager安装较新版本时,我没有选择“Android支持存储库”。现在,安装后,项目将正常创建。

“未正确创建”。。。解释问题,你面临的文件/文件夹/结构错误。这是在Windows7上使用Android studio 0.2.5创建的新项目。我没有更改默认值,项目没有正确创建,许多文件丢失,如模块中的is no build.gradle等,项目构建也没有编译…我在文档中没有发现正常项目创建需要此组件。在创建这篇文章之前,我的头撞了好几个小时。谢谢你。很高兴它帮了我的忙,对我来说它也是一次尝试,直到我偶然发现了这条知识……我不认为这是解决这个问题的实际方法。