Unable to build Android APK file

If it’s happening when you try to build with Corona, your device log isn’t the issue.  We need to see the output in your terminal.  On a Mac you have two methods of starting Corona:  CoronaSDK and Corona Terminal.  If you are not starting Corona SDK using the “Corona Terminal” option you should.  It will start the Terminal app, which will start Corona SDK for you and any messages generated by Corona even during the build phase will show in that window.

We need to see the whole thing from the time you hit the build screen until it errors out.  It sounds like you may not have the Android bits installed correctly to do an Android build.

As a test, could you try and build the “Hello World” sample app for Android too?

Rob

Rob, 

Here is my output on the Corona Terminal. 

Copyright © 2009-2014  C o r o n a   L a b s   I n c .

2014-08-04 08:44:41.396 Corona Simulator[8161:507] Version: 3.0.0

2014-08-04 08:44:41.397 Corona Simulator[8161:507] Build: 2014.2189

2014-08-04 08:44:41.422 Corona Simulator[8161:507] Platform: iPad / x86_64 / 10.9 / NVIDIA GeForce GT 650M OpenGL Engine / 2.1 NVIDIA-8.26.26 310.40.45f01

2014-08-04 08:44:41.527 Corona Simulator[8161:507] The file sandbox for this project is located at the following folder:

(/Users/maria/Library/Application Support/Corona Simulator/build-1A3D3C32826949DC9CA7DAAE2B5D07B1)

2014-08-04 08:44:41.807 Corona Simulator[8161:507] WARNING: Simulator does not support multitouch events

2014-08-04 08:44:41.809 Corona Simulator[8161:507] WARNING: Simulator does not support multitouch events

     [exec] Result: 1

2014-08-04 08:49:37.202 Corona Simulator[8161:507] WARNING: Could not find certificate for identity ((null)) whose user id is: (null)

2014-08-04 08:49:37.211 Corona Simulator[8161:507] WARNING: Could not find certificate for identity ((null)) whose user id is: (null)

2014-08-04 08:49:37.211 Corona Simulator[8161:507] WARNING: Could not find certificate for identity ((null)) whose user id is: (null)

logout

 

[Process completed]

 

 

 I only happens on 4 of my 5 apps. I can build one successfully for android, so I am not sure. And this certificate stuff, I followed all the steps so I am not sure if I am missing one, or what is going on. 

 

THanks!

Can you post a screen shot of your build screen right before you click the build button?

[twitter]@reeree917[/twitter]

Here ya go!

I couldn’t figure out how to attach image, so I posted a tweet. Sorry 

Here are a couple of things to try…

  1. Change to the debug keystore and try to build it.  Then try to switch back to your keystore and see if it asks you to put the password in again.

  2. Can I get a directory listing of the files in your project folder?

Thanks

Rob