Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

API Level 10 support #29

Closed
jonasb opened this issue Feb 16, 2011 · 1 comment
Closed

API Level 10 support #29

jonasb opened this issue Feb 16, 2011 · 1 comment

Comments

@jonasb
Copy link

jonasb commented Feb 16, 2011

I've set this in my project/build/MyProject.scala:
trait Defaults {
def androidPlatformName = "android-10"
}

Which seems to work fine. However, I had a look at the source of android-plugin and found that it doesn't support API level 10 in AndroidProject.platformName2ApiLevel. It also seems that platformName2ApiLevel expects another format, e.g. android-2.2 instead of android-8. Perhaps it would make sense to use one format throughout?

@n8han
Copy link
Collaborator

n8han commented Apr 10, 2011

I appears that some changes made to support the newer sdks have made it so that that map can not work, so minSdkVersion is used as a fallback. The only place that apiLevel is used is for the google add-ons. If those are broken in some way we can open a new bug. I'm closing this one as I can see no problem specific to API level 10, which I've also tested.

@n8han n8han closed this as completed Apr 10, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants