I posted an question about ANE generation and since this I tried hard to generate a simple one, with Android only but can´t get success.
I generated the Flex App, the flex lib and the android jar file. No funcionality at all, just the necessary methods to compile an ANE file and access it. When I try to compile I got the messages about extension.xml file. Even thought the messages are clear, I don´t know what´s going on. The command is: adt -package -target ane rvp.ane extension.xml -swc ./lib/bin/rvp_lib.swc -platform Android-ARM -C RVP_Android/ane . The extension.xml file: <extension xmlns="http://ns.adobe.com/air/extension/20.0"> <id>br.com.fusoti.rvp_android</id> <versionNumber>0.0.1</versionNumber> <platforms> <platform name="Android-ARM"> <applicationDeployment> <nativeLibrary>rvp_android.jar</nativeLibrary> <initializer>br.com.fusoti.rvp_android.TesteANE</initializer> </applicationDeployment> </platform> </platforms> </extension> And the messages: error 105: extension.id contains an invalid value error 105: extension.platforms.platform.applicationDeployment.nativeLibrary contains an invalid value error 105: extension.platforms.platform.applicationDeployment.initializer contains an invalid value If someone could help, this is driving me crazy. If someone want to see the projects, let me know and I'll send by mail. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/ANE-tp15163.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
