Reputation: 1
It is possible to run PHP code in Android emulator? If possible how I can get data from MySQL to Android emulator?
Upvotes: 0
Views: 360
Reputation: 8242
No . only Java language is allowed for android SDK .in case you cant use java , write backend stuffs in JavaScript .
Upvotes: 1
Reputation: 109237
Using WebService you can get data from server to your android emulator or device or send data to server from emulator or device.
Upvotes: 3