简体   繁体   中英

How can I connect Android Studio with a local server database SQL Server 2008?

I have a Microsoft SQL Server 2008 database on my local server and I want to create an Android application to send and receive data from this database.

Do I have to upload my database to the cloud first? Where should I start?

If you want to test your android application with localserver or local database you'll need to have an emulator device. (You can use Android Studio's provided default emulator, or you can also install Genymotion that is way better than default emulator of Android studio in terms of speed, performance etc).
If you wan to test the application on real device then you have to upload your php files and databases to a live server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM