11:37AM<stoned> how may i modify my android builds to target API 22 instead of API 16?
11:38AM<stoned> It says dont' modify build properties b/c they are generated
11:38AM<stoned> but there is no other file to specify which API to use
11:38AM<stoned> I '
11:38AM<stoned> I would really rather not have two diff apis on my phone, as I just want to targe 5.x
11:38AM<stoned> which is 22+ I think
11:38AM<stoned> any ideas?
12:01PM<stoned> C:\Development\Android SDK\tools\ant\build.xml:538: Unable to resolve project target 'android-16'
12:04PM<stoned> do i modify project.properties in andoid export directory?
12:09PM<stoned> http://i.imgur.com/jvz2b6V.png anyone please advise what to do
12:09PM<stoned> (other than to install 16 api)
12:09PM<stoned> how to change target api in haxe
12:10PM<stoned> http://labe.me/en/blog/posts/2013-06-28-OpenFL-AndroidManifest.xml-and-greater-Android-SDK-version.html#.UdvB0t-mI7w
12:11PM<stoned> There are now <android minimim-sdk-version="" /> and <android target-sdk-version="" /> values you can define in your project file. For example, to enable Android gamepad support, use <android target-sdk-version="12" /> or greater, and install that API version in the SDK Manager.
12:11PM<stoned> Which project file? Where? I can't find one. hehe
12:12PM<stoned> There are parts of this I can't piece togher in my mind, I don't know hwo this fits together
12:13PM<stoned> Where do I specify the target sdk version? the only files I find are the ones which are auto genrated and there doesn'tseem to be any place in project.xml of flashdevelop where to put it either
12:17PM* [ProPuke] (~neptune@2a01:4f8:130:64cc::2): Luke
12:17PM* [ProPuke] #haxe
12:17PM* [ProPuke] wilhelm.freenode.net :DE
12:17PM* [ProPuke] is using a secure connection
12:17PM* [ProPuke] idle 00:01:26, signon: Sun Apr 05 11:47:41
12:17PM* [ProPuke] is logged in as ProPuke
12:17PM* [ProPuke] End of WHOIS list.
12:20PM<stoned> I can't find this anywhere.
12:20PM<stoned> The only file I find it in is the manifest android and in there i read it's generated
12:22PM<stoned> <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16"/> specify this to 22 for target in androidmanifest
12:22PM<stoned> flashdevelop reloads the file and changes it back to 16
12:22PM<stoned> # Project target.
12:22PM<stoned> target=android-16
12:22PM<stoned> taht's from project.properties, which is auto generated by tools
12:23PM<stoned> I'm seriously having a hard time find out how to target a specific api
12:23PM<stoned> :)