NAU*_*HAD 2 build-tools android-fragments android-activity android-studio android-studio-4.0
我安装了 android studio 4.0 并且我无法从“文件”>“新建”菜单创建新的活动或片段。
所有发生的只是一个 gradle 构建 & 文件在我点击Finish按钮后不显示。
下面是系统环境。
Studio Version: 4.0
SDK build tool: 30
Gradle wrapper: 6.1.1
OS: macOS Catalina (10.15.2)
Machine: MacBook Air (2017
Run Code Online (Sandbox Code Playgroud)
我正在使用 android 导航 UI 版本:2.2.2并且还尝试使用New Destination仍然没有结果从导航文件创建新的活动/片段。
如果需要任何其他信息,请告诉我。
Alp*_*a 1 11
请打开您的应用 build.gradle 文件并从 signingConfigs 中删除调试配置,然后重试:
signingConfigs {
// delete this entire debug block
debug {
storeFile file('file path')
storePassword 'password'
keyPassword 'password'
keyAlias = 'password'
}
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
500 次 |
| 最近记录: |