freshplanet / ANE-Push-Notification

Air Native Extension (iOS and Android) for Push Notification
Apache License 2.0
205 stars 104 forks source link

build.xml needs update #30

Closed lrgsteven closed 7 years ago

lrgsteven commented 10 years ago

For platforms whose default Java is newer than 1.6 it would be helpful to update the android-build target so that javac set the following

source="1.6" target="1.6" bootclasspath="PATH_TO_JDK_1.6/jre/lib/rt.jar"

where PATH_TO_JDK_1.6 would be replaced by a variable in the build.config

Without this, on my system, the extCtx was null on load.

I am currently working with the Apache Flex SDK 4.11 (Air 3.9) on OSX 10.8.5 and Windows 7 x64.

Thanks for your help and sharing this project.