I'm new in developing Air Native Extension and for my learning purpose i'm creating a simple air extension for Android-ARM
that will add and subtract 2 numbers. I followed this tutorial turorial. My directory structure is as below:
-android
-library.swf
-SampleANE.jar
-extension.xml
-Libr.swc
I'm using the following command to make the ane file:
adt -package -target ane Output.ane extension.xml -swc Libr.swc -platform Android-ARM -C android
But when i run the command to create the ane file, i get "missing implementation for android-arm" error. Please help.
At the end of the line you see ".\Android-ARM." this should actualy be ".\Android-ARM\ .". You need a space before the last period or you will get the "Missing implementation for platform: Android-ARM" error.