Getting my app to work on my phone

Posted by user237259 on Stack Overflow See other posts from Stack Overflow or by user237259
Published on 2009-12-22T23:51:40Z Indexed on 2010/03/19 13:01 UTC
Read the original article Hit count: 157

Hello

I wrote an app android sdk version 1.5 using it's built in emulator in eclipse. I created a database outside of eclipse populated it with data and push it to the emulator folder data/data/project name/database and could access it fine from the my app, everything was working great. My final step was to test the apk file on an actual phone. When I did that the program would not work. After looking into it I found that the database file was not being uploaded into the phone. Is there a special way to install the apk file on the actual phone to get the embedded database to work? Or can I assume that since everything worked fine on the sdk 1.5 emulator that everything will work when I upload it to the market. Thanks in advance.

© Stack Overflow or respective owner

Related posts about android-emulator

Related posts about android