I think I may have found a solution, but to be honest, I do not know why it works and would like someone to shed some light on it for me if you have any ideas. Because nobody else seems to be having a problem with this ANE, I figured I must be doing something wrong. While developing, I always put my output folder in my web root directory using an absolute path like C:/wamp64/www/ANE-test. I read an obscure reference that some mobile devices don't understand "C:", so I changed my output folder to simply be ANE-test, and it worked!!! The reason I figured this out was because Alex suggested I look at the .log file. Before the Java.lang.NullPointerException error was being thrown, it was stating that it could not find my ANE-test-app.xml file in my output folder even though the file was clearly there. Do you understand why you can't use an absolute path to your output folder when using an ANE?
-- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/java-lang-NullPointerException-Error-in-Flash-Builder-tp15353p15373.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
