Re: [android-developers] Re: Building C code for Android (no Java/jni)

2011-05-05 Thread Fernando Costa
Try this group: android-...@googlegroups.com android-...@googlegroups.com http://groups.google.com/group/android-ndk?hl=en On Wed, May 4, 2011 at 11:18 AM, maf...@yahoo.co.uk wrote: On Wed, 4 May 2011 07:12:16 -0400, Dianne Hackborn hack...@android.com wrote: This group is for working

[android-developers] Re: Building C code for Android (no Java/jni)

2011-05-04 Thread mafw13
On Tue, 3 May 2011 09:50:50 -0700 (PDT), Igor Prilepov iprile...@gmail.com wrote: It is possible with NDK and here is the best link I know: http://betelco.blogspot.com/2010/01/buildingdebugging-android-native-c.html However, this approach is helpful only for a very few cases, for example, when

Re: [android-developers] Re: Building C code for Android (no Java/jni)

2011-05-04 Thread Dianne Hackborn
This group is for working with the SDK, so if you don't want to write any Java this is about the last place to look. If you feel like you need to avoid the NDK, you should look on groups like android-porting which are for working with the internal platform. On Wed, May 4, 2011 at 4:17 AM,

[android-developers] Re: Building C code for Android (no Java/jni)

2011-05-04 Thread mafw13
On Wed, 4 May 2011 07:12:16 -0400, Dianne Hackborn hack...@android.com wrote: This group is for working with the SDK, so if you don't want to write any Java this is about the last place to look. If you feel like you need to avoid the NDK, you should look on groups like android-porting which are

Re: [android-developers] Re: Building C code for Android (no Java/jni)

2011-05-04 Thread Dianne Hackborn
This newsgroup is about developing third party applications using the Android SDK. The Android SDK is purely a Java-language SDK. If you don't want to touch Java, you should be running screaming from here. On Wed, May 4, 2011 at 10:18 AM, maf...@yahoo.co.uk wrote: On Wed, 4 May 2011 07:12:16

[android-developers] Re: Building C code for Android (no Java/jni)

2011-05-03 Thread Jens
Yeah, using NativeActivity (2.3+) from the NDK you can sometimes get away without writing any java code at all. On 3 Maj, 18:28, Justin Anderson magouyaw...@gmail.com wrote: Without using the NDK it is not possible... Thanks, Justin Anderson MagouyaWare