Hi!!

I'm a beginner of android sdk on the window platform(XP).

So I tested few controls. One of them was webview Control. It was not
worked.

I followed the android tutorial. but i couldn't see anything on the
android emulator during a pretty long time.

after 5~7minutes, I could see the error like below:

"web page not available"

So, i thought it's very strange thing and i saw the LogCat.

The contents were like below:

09-27 02:14:15.235: DEBUG/dalvikvm(740): GC freed 1875 objects /
120776 bytes in 85ms
09-27 02:14:18.495: DEBUG/AndroidRuntime(758): >>>>>>>>>>>>>>
AndroidRuntime START <<<<<<<<<<<<<<
09-27 02:14:18.504: DEBUG/AndroidRuntime(758): CheckJNI is ON
09-27 02:14:18.725: DEBUG/AndroidRuntime(758): --- registering native
functions ---
09-27 02:14:18.735: INFO/jdwp(758): received file descriptor 20 from
ADB
09-27 02:14:19.405: INFO/ActivityManager(578): Starting activity:
Intent { flags=0x10000000 comp={com.wvh/com.wvh.wvh} }
09-27 02:14:19.505: DEBUG/AndroidRuntime(758): Shutting down VM
09-27 02:14:19.505: DEBUG/dalvikvm(758): DestroyJavaVM waiting for non-
daemon threads to exit
09-27 02:14:19.525: DEBUG/dalvikvm(758): DestroyJavaVM shutting VM
down
09-27 02:14:19.525: DEBUG/dalvikvm(758): HeapWorker thread shutting
down
09-27 02:14:19.534: DEBUG/dalvikvm(758): HeapWorker thread has shut
down
09-27 02:14:19.534: DEBUG/jdwp(758): JDWP shutting down net...
09-27 02:14:19.565: DEBUG/jdwp(758): +++ peer disconnected
09-27 02:14:19.565: INFO/dalvikvm(758): Debugger has detached; object
registry had 1 entries
09-27 02:14:19.604: DEBUG/dalvikvm(758): VM cleaning up
09-27 02:14:19.696: DEBUG/dalvikvm(758): LinearAlloc 0x0 used 639228
of 4194304 (15%)
09-27 02:14:19.975: INFO/ActivityManager(578): Displayed activity
com.wvh/.wvh: 565 ms
09-27 02:14:20.034: DEBUG/InetAddress(740): www.google.com:
74.125.153.104 (family 2, proto 6)
09-27 02:14:20.055: DEBUG/InetAddress(740): www.google.com:
74.125.153.105 (family 2, proto 6)
09-27 02:14:20.055: DEBUG/InetAddress(740): www.google.com:
74.125.153.147 (family 2, proto 6)
09-27 02:14:20.064: DEBUG/InetAddress(740): www.google.com:
74.125.153.106 (family 2, proto 6)
09-27 02:14:20.064: DEBUG/InetAddress(740): www.google.com:
74.125.153.99 (family 2, proto 6)
09-27 02:14:20.064: DEBUG/InetAddress(740): www.google.com:
74.125.153.103 (family 2, proto 6)
09-27 02:14:25.194: DEBUG/dalvikvm(624): GC freed 1810 objects / 95952
bytes in 80ms

Many people might question about manifest on the project. I already
add the code for working internet.

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

If fact,  when the above code is no on the code, I saw "web page not
available"

But after add it,  i couldn't see the error and i saw only white
background

please I hope your hand.

Have a nice day...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to