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

targetSDKVersion=23 It appears black screen symptom with Android 6.0,

New Here ,
Dec 01, 2015 Dec 01, 2015

Copy link to clipboard

Copied

We have developed one Android game. Its AIR SDK Version is version 19.0.0.241; and targetSDKVersion=23 in configuration file.

It appears black screen symptom with Android 6.0, unless we cancel the setting of targetSDKVersion. However, the operator of this game requests us to set “targetSDKVersion=23”.

According to this problem, we have tried to use AIR 20 Beta Version, while this cannot be solved. Due to not testing mobiles with Android 6.0 system, we have no output.

May I presume to ask what is a better solution for our trouble? If this problem is related to AIR SDK, could you give us the updating date?

TOPICS
Development

Views

536

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
LEGEND ,
Dec 01, 2015 Dec 01, 2015

Copy link to clipboard

Copied

Why do you need to set a target SDK version? If you want the app to only work on Android 6.0, can you set the minimum SDK version instead?:

<uses-sdk android:minSdkVersion="23"/>

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 ,
Dec 01, 2015 Dec 01, 2015

Copy link to clipboard

Copied

I have set minSdkVersion=9 and targetSDKVersion=23 in config. If assign minSdkVersion as 23, is it possible to be contrast to be operated the game in Android system before 6.0 version?

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
LEGEND ,
Dec 01, 2015 Dec 01, 2015

Copy link to clipboard

Copied

If the minimum is set to 23, the game won't be offered to anyone who is not on at least Android 6.0.

What is the reason you need to set the target SDK?

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 ,
Dec 01, 2015 Dec 01, 2015

Copy link to clipboard

Copied

Actually I want to know why we need to set the targetSKD as well. Our operater requests and emphasizes this parameter setting. There is no problem if only not to set the testing fucntion. Thank for your answer. I will ask as more detailed tomorrow.

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 ,
Dec 01, 2015 Dec 01, 2015

Copy link to clipboard

Copied

Thanks for your answer

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
Adobe Employee ,
Dec 01, 2015 Dec 01, 2015

Copy link to clipboard

Copied

LATEST

Hi,

With AIR 20, Android SDK has been upgraded in AIR Runtime and hence target SDK should not be required. Let us know if your application works fine if this is removed.

Thanks,

Krati

Adobe AIR Team

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