[android-developers] write android UI by C language ?

2009-04-23 Thread zhangho
Though there is a library written by a c language, I cannot call it from UI side because it is not a JNI library. Please teach it though I think that I can write android UI by C language. --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[android-developers] Re: Android SDK �绦� Emulator 有���e�`��息

2009-10-15 Thread zhangho
建议你看一下SDK文档的Android Virtual Devices部分。 http://developer.android.com/guide/developing/tools/avd.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] JNI problem : from c Languege call Java method

2009-10-15 Thread zhangho
JNI problem : from c Languege call Java i think from c Languege call Java, but that CallIntMethod() return value is not equals getIpv6() -> 99, CallIntMethod() its always return strange value is [-1091242504] or [11212] . additional i already slove [Method not found: 'getIpv6' '(I;)I'] error.

[android-developers] Re: JNI problem : from c Languege call Java method

2009-10-15 Thread zhangho
lass object > instead.  Probably you want to make the method you are calling static. > > zhangho wrote: > > JNI problem   : from c Languege call Java > > > i think from c Languege call Java, > > but that CallIntMethod() return value is not equals getIpv6() -> 99, > >