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 530 times
2
Johan
- 73,011
- 23
- 185
- 311
SAURABH_12
- 2,153
- 1
- 18
- 19
-
Well what have you done till ? please post the code . – edwin Apr 10 '13 at 05:01