[android-developers] What kind of debug output statement is valid in java core file?

2011-04-14 Thread ooowjc
Hi, developers: I am currently developing an IPv6 DNS resolver on Android-x86 platform in socket programming in C but there are some bugs in "android- x86/dalvik/libcore/luni/src/main/java/java/net/InetAddress.java". I want to do debugging in this file so I am trying to adding debug output stateme

[android-developers] Should i use ndk or jni when i want to call C function in JAVA core libraries?

2011-03-13 Thread ooowjc
Maybe NDK can only be used in calling C function in Android application files but i am not sure. If so, what should i do if i want to call C function in JAVA core libraries such as "/android-x86/dalvik/ libcore/luni/src/main/java/java/net/InetAddress.java"? Thanks! -- You received this message b

[android-developers] Re: About "package android.util does not exist"

2011-02-16 Thread ooowjc
this list is not particularly > good for. > > -- Kostya > > 16.02.2011 14:29, ooowjc пишет: > > > > > > > > > > > yeah, but i think it may just be a fundamental java problem... > > > On Feb 16, 7:03 pm, Kostya Vasilyev  wrote: > >> Try ask

[android-developers] Re: About "package android.util does not exist"

2011-02-16 Thread ooowjc
yeah, but i think it may just be a fundamental java problem... On Feb 16, 7:03 pm, Kostya Vasilyev wrote: > Try asking here: > > http://groups.google.com/group/android-porting > > The people there actually build the platform and know something about it. > > -- Kostya > &g

[android-developers] About "package android.util does not exist"

2011-02-16 Thread ooowjc
Hi, developers~ I have a ubuntu containing the complete source code of android OS. I would like to see whether the default Browser utilizes "android-x86/ dalvik/libcore/luni/src/main/java/java/net/Inet6Address.java" so that I put "Log.v( )" and import "android.util.Log" in the Inet6Address.java. B