Closed 01010111 closed 6 years ago
I mostly just want to throw this in here to help others where I was stuck! In addition to
<android target-sdk-version="23" if="android" />
If you want this to play nicely with the newest versions of haxeflixel and openfl, you may also need to add a minimum-sdk-version:
minimum-sdk-version
<android target-sdk-version="23" minimum-sdk-version="14" if="android" />
Thanks for the hard work :D
I mostly just want to throw this in here to help others where I was stuck! In addition to
<android target-sdk-version="23" if="android" />
If you want this to play nicely with the newest versions of haxeflixel and openfl, you may also need to add a
minimum-sdk-version
:<android target-sdk-version="23" minimum-sdk-version="14" if="android" />
Thanks for the hard work :D