Skip to content

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

@ufoq

Description

@ufoq

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions