distriqt / ANE-Parse

Provides access to the Parse SDK
https://airnativeextensions.com/extension/com.distriqt.Parse
Other
0 stars 0 forks source link

Class Not Found exception com.parse.PushBroadcastReciever - Please Update Guide / Docs regarding Android Build Tools #3

Closed qbuchanan closed 9 years ago

qbuchanan commented 9 years ago

please update the getting started guide and docs to include the step to update the android build tools for AIR to a newer version. Failure to update the tools results in a class not found exception. Here is the link to you (great) guide for doing so:

http://airnativeextensions.com/knowledgebase/tutorial/5

you probably need to add this in as a generic step for all you Android ANE's (cause it really helps anyone with ANE issues )

marchbold commented 9 years ago

Thanks, I'll make sure this gets added to the documentation. Are you using AIR 18/19?

qbuchanan commented 9 years ago

I am currently using 17 for production builds, but just checked with 18 ( doing testing builds before I switch over to that for the production version of the app ) and I noticed that it looks like a newer version of the build tools are included in it ;-)

On Thu, Jul 30, 2015 at 4:29 PM, Michael notifications@github.com wrote:

Thanks, I'll make sure this gets added to the documentation. Are you using AIR 18/19?

— Reply to this email directly or view it on GitHub https://github.com/distriqt/ANE-Parse/issues/3#issuecomment-126509580.

marchbold commented 9 years ago

Yeah that's exactly why I asked.

I'm going to update the documentation just wanted to make sure you weren't having the issue with 18 as well.

marchbold commented 9 years ago

Documentation has been updated. Cheers