• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

This question is related to Android version settings.

Community Beginner ,
Jul 10, 2019 Jul 10, 2019

Copy link to clipboard

Copied

We are developing apps with Adobe Flash CC 2015 (ACS 3.0).

I am trying to register an Android app, but the APK is not registered because the version is low.

(Only API version 26 or higher can be registered.)

However, if you change to android: targetSdkVersion = "26", the flash does not run normally and stops.

(android: minSdkVersion = "14" android: targetSdkVersion = "19"

The AIR SDK (version 30.0 or later) is also set up correctly.

Why is the problem that the app launches and the flash screen stops?

TOPICS
ActionScript

Views

756

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Jul 13, 2019 Jul 13, 2019

It solved itself. Thank you for those who care.

Votes

Translate

Translate
Community Expert ,
Jul 11, 2019 Jul 11, 2019

Copy link to clipboard

Copied

what's your air target setting?

Screenshot - 7_11_2019 , 6_15_49 AM.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 13, 2019 Jul 13, 2019

Copy link to clipboard

Copied

my setting is this..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 13, 2019 Jul 13, 2019

Copy link to clipboard

Copied

are you trying to upload to google play and seeing this warning:

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 13, 2019 Jul 13, 2019

Copy link to clipboard

Copied

It solved itself. Thank you for those who care.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 23, 2020 Jan 23, 2020

Copy link to clipboard

Copied

Yes. Yes, I am.

Do you have a suggestion?

Thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 08, 2021 Mar 08, 2021

Copy link to clipboard

Copied

LATEST

In yourApp-app.xml add this line in manifest additions:

<manifestAdditions>
<![CDATA[
<manifest android:installLocation="auto">
<uses-sdk android: minSdkVersion = "21" android: targetSdkVersion = "29" />

...

 

google play requires 29 now

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines