[Android] Issues with build on Android due to mapping

I have put together a simple game with a few levels and I am having troubles with the build process. When I go to build for Android on any of the sample projects, it works fine, but when I build using my custom game I’ve created I get a Map error each time I try to build. It’s not due to the JDK version and everything seems right in the build config. Any other ideas of where this could be erroring out? Any help is very much appreciated.
Thanks,

SC
[import]uid: 169402 topic_id: 30060 reply_id: 330060[/import]

Map error? Perhaps you are using a very old version of Corona that used to require the Google Maps library, which is not available on all devices such as the Kindle Fire. Try using the newest release version, build 840, which you can download via the below link…
https://developer.coronalabs.com/downloads/coronasdk
[import]uid: 32256 topic_id: 30060 reply_id: 120522[/import]

Here is a screen shot, I am using build 840. It seems as though this only happens with my custom app I’ve built, not on any of the example scripts that are included.

http://i.imgur.com/xdyVr.jpg

Any thoughts?
Thanks,

Steven [import]uid: 169402 topic_id: 30060 reply_id: 120793[/import]

I think what is wrong here is that you are outputting the APK to inside your project directory. Try building your app to a directory outside of your project directory, like to your Desktop for the moment. [import]uid: 32256 topic_id: 30060 reply_id: 120798[/import]

Map error? Perhaps you are using a very old version of Corona that used to require the Google Maps library, which is not available on all devices such as the Kindle Fire. Try using the newest release version, build 840, which you can download via the below link…
https://developer.coronalabs.com/downloads/coronasdk
[import]uid: 32256 topic_id: 30060 reply_id: 120522[/import]

Here is a screen shot, I am using build 840. It seems as though this only happens with my custom app I’ve built, not on any of the example scripts that are included.

http://i.imgur.com/xdyVr.jpg

Any thoughts?
Thanks,

Steven [import]uid: 169402 topic_id: 30060 reply_id: 120793[/import]

I think what is wrong here is that you are outputting the APK to inside your project directory. Try building your app to a directory outside of your project directory, like to your Desktop for the moment. [import]uid: 32256 topic_id: 30060 reply_id: 120798[/import]