K
K
KirAmp2013-10-01 16:37:50
Apache Flex
KirAmp, 2013-10-01 16:37:50

How do I publish an Adobe AIR app for tablets to the Play Store?

Hello everyone,
I'm trying to publish an Adobe AIR application made only for tablets at work.
In the manifest I write
<supports-screens android:resizeable="true" android:smallScreens="false" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" android:requiresSmallestWidthDp="320" />
After uploading to the Play Store, the following message appears:

The application itself is only available for phones (although it is only needed for tablets).

Please tell me the solution to the issue. Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2013-10-01
@KirAmp

In Uses-sdk add/change this:
android:targetSdkVersion="14"

A
Andrei Pachtarou, 2013-10-02
@ChapayHabr

I used to do this, I
found an attachment in the playstore (better if on air) that supports what I need,
downloaded its apk, unpacked it and watched everything you need,
try the same

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question