英文:
How to add Empty Activity in Android Studio?
问题
我目前正在学习移动应用程序开发,但我似乎无法弄清楚为什么在Android Studio中无法创建新的Activity。
我尝试安装了Android 6.0 Marshmallow,这是API级别23。
我还检查了SDK工具中的版本,它是30.0.4。
我的问题是minSdk是什么?我如何将其更改为>=16?
英文:
I'm currently learning mobile app development and I can't seem to figure out why I can't create a new Activity in Android Studio.
I tried installing Android 6.0 Marshmallow which is API level 23.
I also checked the version in SDK tools and it's 30.0.4.
My question what is the minSdk? And how do I change it to >=16?
答案1
得分: 1
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论