atalanda / atalandaGPSTracker

Repository for atalandaGPSTracker cordova plugin
MIT License
2 stars 3 forks source link

multi-catch statement #1

Open mm108 opened 9 years ago

mm108 commented 9 years ago

hi,

Firstly thanks a lot for your plugin. It will be of good use to me. But I am using a web based mobile app development platform that can use cordova plugins. I have been able to get most cordova / phonegap plugins to work but when I am building the APK I get this error

/LocationUploadTask.java:[78,26] error: multi-catch statement is not supported in -source 1.6

Is there anything that can be done about this? I am a total NOOB to java so any pointers will be greatly helpful

Thanks once again for the plugin, M&M

23tux commented 9 years ago

Hi, you need at least the Java version 1.7. Multi-Catch Statements aren't supported in 1.6.