YPL
YPL

Reputation: 55

Developping Android app for deprecated version (gingerbread) on Android studio

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

Answers (1)

AzizBg Boss
AzizBg Boss

Reputation: 17

Use Android Studio 2.3.3 (the oldest version). You'll find API-9 the minimum SDK.

Upvotes: 0

Related Questions