• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Web and Map

gracy

Newbie
I cannot load a web site on the emulator. ( using web view )
The map also does not appear on my emulator ( appear only grey title)
I think the two problems are related.

On the emulator, there is 3g symbol.

How can I solve that?

No one answer any of my questions.
So this time, please reply to me no matter you know the answer or not.
 
did you put this line of permission in your manifest?

<uses-permission android:name="android.permission.INTERNET"></uses-permission>
 
Back
Top Bottom