my android app runs fine in the emulator, but when i publish it it's wrong

Posted by Charlie on Stack Overflow See other posts from Stack Overflow or by Charlie
Published on 2010-04-09T07:12:20Z Indexed on 2010/04/09 7:23 UTC
Read the original article Hit count: 335

Filed under:
|
|
|

i have an app that has a few checkboxes in the settings and then compiles a remote sql based on the checkboxes selected. i ran it in the emulator and it's fine. but then i exported it and published it as an app, and the same checked boxes aren't being passed correctly. i wonder if it's a caching issue or something. tried deleting the apks a few times and republish but to no avail. i "fake-edited" the source java and then export again, still no difference.

i'm kind of new to eclipse but is there a force build option? i only see build-automatically option under project but not sure how i can make sure that the apk exported is the same as run in the emulator

edit the emulator is version 1.5, and my phone is nexus one running 2.1- not sure if that makes a difference

thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about export