I create a simple login application in Android.
I inserted username and password in a SQLite database, by creating a database named MyDB and a table named UserLogin. I put it into assets folder of my project in eclipse.
On emulator I can login successfully, but when I make an .apk file and put it on a mobile testing device, the login is not successful, why?
Asked
Active
Viewed 546 times
2

Johan
- 74,508
- 24
- 191
- 319

SAURABH_12
- 2,262
- 1
- 19
- 19
-
Well what have you done till ? please post the code . – edwin Apr 10 '13 at 05:01