Reputation: 55
I have to develop an app for a device on gingerbread version (9-10) of Android. Android studio don't allow to have a minSDK less than version 14.
Is there a solution to develop and build an app for gingerbread version ? Thanks.
Upvotes: 0
Views: 620
Reputation: 17
Use Android Studio 2.3.3 (the oldest version). You'll find API-9 the minimum SDK.
Upvotes: 0