Brian S
Brian S

Reputation: 3234

Android Studio won't build with 'L' Version

I am trying to build my module with the new L dev release, but I'm getting an error

Failed to parse <uses-sdk minSdkVeresion='L'>:must be an integer number or codename.

this is in a auto generated Manifest.xml file.

Any ideas?

Upvotes: 2

Views: 245

Answers (1)

Gabriele Mariotti
Gabriele Mariotti

Reputation: 363895

Update Android Studio to 0.8.0 and use the android-plugin 0.12.

Upvotes: 2

Related Questions