When i use an AVD with Android 4.0.3 specified as target I can use the browser and view the pages. But when I use Google API as target I have no connection(i get the next error: "This application requires a working data connection"). I start both AVDs with the same parameters: C:\Users\blahblah\android-sdk-windows\tools>emulator.exe -avd AvdName -http-proxy http://123.456.789.123:5678 (Not the actual proxy adress =) ). What could be the problem?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
Please check whether you can see the 3g symbol in the top bar. If not go to Settings> Wireless & Networks> Mobile Networks> and check whether Data enabled is checked, If it is not checked do it. Else simply press F8. Since you started the AVD with proxy address this must be the problem.