Copy link to clipboard
Copied
Hi there,
I have published my Adobe Air App using Adobe Animate CC with Air SDK 30.0.0.107.
When I uploaded it to Google Play it returned me this answer: "Your app have to target android api level 26". It said that my app is now targeting API 19.
Does anybody know how I can change the API targeted.
Thank you!
I was using the Milkman plugin to run my ads in my app, so I had to manually manage the permissions in the application descriptor xml file. As my version of Milkman was old, I was targeting API 19.
<uses-sdk android: minSdkVersion = "9" android: targetSdkVersion = "19" />
I changed this value by 26
<uses-sdk android: minSdkVersion = "9" android: targetSdkVersion = "26" />
and that's it, it worked.
I hope someone finds this solution useful.
Copy link to clipboard
Copied
It is already solved, thank you anyway!
Copy link to clipboard
Copied
I am glad you were able to figure it out. Could you share how you fixed it, in case someone in the future may have a similar issue?
Copy link to clipboard
Copied
I'd appreciate it if you could let me know how you did it.
Copy link to clipboard
Copied
Alquien puede colocar la solucion...
Copy link to clipboard
Copied
I was using the Milkman plugin to run my ads in my app, so I had to manually manage the permissions in the application descriptor xml file. As my version of Milkman was old, I was targeting API 19.
<uses-sdk android: minSdkVersion = "9" android: targetSdkVersion = "19" />
I changed this value by 26
<uses-sdk android: minSdkVersion = "9" android: targetSdkVersion = "26" />
and that's it, it worked.
I hope someone finds this solution useful.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more