client server android app
i have developed an android application in android sdk 2.2 . This app is having tomcat server connectivity as well as mysql database connectivity. this app is running fine on emulator. but for deploying 开发者_JS百科this app on android device do i need to configure any settting??
Not particularly, if you have it working in an emulator. But why ask this on StackOverflow? Just go out and try it on a device. Also be aware that client network connectivity is frequently slow, error-prone and sometimes nonexistent, so make sure you're handling network issues gracefully.
EDIT: The comment below would indicate this is actually a duplicate of Access dev machine localhost via usb, although the original wording is pretty unclear.
精彩评论