无法在 android 工作室中创建新的 activity
Can't create new activity in android studio
问题截图如下:
我正在使用 vuforia
示例 videoplayback
android 应用程序。在该代码中,我无法创建新的 activity。它显示需要 minSdk >= 9
。在这里,我附上了问题的截图。谁能给我一个解决方案。
在您的 build.gradle
文件中,将 minsdkversion
设置为 9。
在你的 build.gradle(Module: app)
中将 minSdkVersion
设置为 9。
when you change in the build gradle the sync is neccesary.try to rebuid and clean project.
you can check the official documentation of min and max sdk using this link
希望这对您有所帮助
问题截图如下:
我正在使用 vuforia
示例 videoplayback
android 应用程序。在该代码中,我无法创建新的 activity。它显示需要 minSdk >= 9
。在这里,我附上了问题的截图。谁能给我一个解决方案。
在您的 build.gradle
文件中,将 minsdkversion
设置为 9。
在你的 build.gradle(Module: app)
中将 minSdkVersion
设置为 9。
when you change in the build gradle the sync is neccesary.try to rebuid and clean project.
you can check the official documentation of min and max sdk using this link
希望这对您有所帮助