Hello everyone !
I’ve been working on an android app with UE 4.27. Coding and testing went great but i hit a wall when packaging my app.
I created the app on the google console, filled in the different forms and stuff, packaged my app as a signed Android App Bundle (.aap) and uploaded it to the google console.
When the upload finished, google told me that i was targeting api lvl 29 and that i needed to target api lvl 31. When trying to make such changes i realized that the latest NDK UE4.27 is compatible with is not compatible with api lvl 31…
The compiler tells me that The NDK API requested 'android-31' not installed in C:/NVPACK/android-ndk-r22b/meta/platforms.json
I naively edited this file to add android api lvl 31 in the json but of course it points to nothing.
Is there a way to actually install it in order to work with UE4.27 or must i upgrade to UE5 ?
I’m relying on a plugin that was not maintained on UE5 so i’d really like not to.