Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't create new activity in android studio

Screenshot of the issue below:

enter image description here

I am using vuforia sample videoplayback android application. In that code, I cant create new activity. It shows like requires minSdk >= 9. Here I have attached the screenshot of the issue. Can anyone give me a solution.

like image 733
Muhilan Avatar asked Sep 06 '25 03:09

Muhilan


1 Answers

Set minSdkVersion as 9 in your build.gradle(Module: app).

like image 108
appy Avatar answered Sep 09 '25 07:09

appy