Another Connecting with Server Question...

So I made an eBook for iPad no problem, I resized it to 1024x600 for Galaxy Tab 7 and Kindle Fire and tried to export for Android, but it gets stuck on “Connecting with server…”

Here’s my build.settings:

settings =  
{  
 orientation =   
 {  
 default = "landscapeRight",  
 supported = {"landscapeLeft","landscapeRight"},  
 },  
 android =  
 {  
 versionCode = "1",  
 },  
 androidPermissions =  
 {   
 },  
}  

And in the source folder I have Icon-hdpi.png, Icon-mdpi.png and Icon-ldpi.png

It doesn’t require accelerometer, Internet, phone, camera, etc.

Any help would be greatly appreciated. [import]uid: 98804 topic_id: 17553 reply_id: 317553[/import]

Also using this config file:

application =  
{  
content =  
{  
width = 600,  
height = 1024,  
scale = "zoomStretch"  
}  
}  

Make it appear too tall in Corona Simulator and I have to switch the width to 768. [import]uid: 98804 topic_id: 17553 reply_id: 66695[/import]

I don’t see anything in your build.settings that would cause the problem. Is there any message in the terminal about the build? Can you build any of the sample apps?
[import]uid: 7559 topic_id: 17553 reply_id: 66696[/import]

When I switch from iPhone to Galaxy Tab 7 Terminal says:

WARNING: display.setStatusBarMode() not supported in the simulator for the current device  
-----------------------------------------------  

It runs fine in the simulator without any errors, it jut won’t build. [import]uid: 98804 topic_id: 17553 reply_id: 66699[/import]

What messages do you get when you do a build?

Can you build any of the sample apps? [import]uid: 7559 topic_id: 17553 reply_id: 66702[/import]

Yeah I built other apps just to make sure it wasn’t the server or anything. [import]uid: 98804 topic_id: 17553 reply_id: 66706[/import]

Other app builds just say file created successfully, this app however just stays on Connecting With Server…

Not sure why it builds for iOS just fine, but not for Android. Using the latest build on Ansca. [import]uid: 98804 topic_id: 17553 reply_id: 66711[/import]

Try swapping out your config.lua and build.settings files with one of the samples that builds correctly. Generally, the problem you’re seeing is caused by a syntax error in one of those files.

Also, always check the terminal for any error messages. [import]uid: 7559 topic_id: 17553 reply_id: 66725[/import]

I think I figured it out, a .wav file got inserted instead of a .mp3. Guess Android doesn’t like .wavs. [import]uid: 98804 topic_id: 17553 reply_id: 66747[/import]