Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android - generated manifest forces to launch in compatibility mode #32

Open
ufoq opened this issue Dec 30, 2012 · 1 comment
Open

Android - generated manifest forces to launch in compatibility mode #32

ufoq opened this issue Dec 30, 2012 · 1 comment

Comments

@ufoq
Copy link

ufoq commented Dec 30, 2012

Manifest generated by wizard lacks of <uses-sdk> tag, so app runs like with:

<uses-sdk
        android:minSdkVersion="3"
        android:targetSdkVersion="3" />

and scene is scaled wrong. When I explicitly declared:

<uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="17" />

it's ok.

Tested with Android SDK rev 21.0.1 and emulator with Android 4.2 and arm archi

@scooterman
Copy link
Member

Hi @mUfoq,

sadly it seems that the android command line tool does not provide a parameter to set the minimum sdk while creating the project. I could do a manual replace to it, will see what can I do...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants