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?
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"/>
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?
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?
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.
Copy link to clipboard
Copied
Thanks for your answer
Copy link to clipboard
Copied
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