Skip to main content
franciscoh74626815
Participant
September 26, 2019
Question

PROBLEM WITH AIR TO PUBILSH IN GOOGLE PLAY

  • September 26, 2019
  • 1 reply
  • 263 views

The new Google Play policies do not allow me to upload an app made in ANIMATE CC.
this is the message:
"Currently, the level of the target API of your application is 27 and should be at least 28 to ensure that it is compiled with the latest API, which offers optimal security and performance."

I have the latest version of AIR that is 32.0.0.116 and apparently only reaches to the target level 27
PLEASE HELP 😞

    This topic has been closed for replies.

    1 reply

    Lars Laborious
    Legend
    September 26, 2019

    Adobe AIR is now supported by HARMAN (read Adobe's blog post). You can download the lates AIR 33 on HARMAN's site: https://airsdk.harman.com/

     

    Then add android:targetSdkVersion="28" to your application descriptor file. Follow the release notes to add 64 bit support. You should also add adaptive icons. At the moment you should manually add them to the AIR sdk (read about it here).