So are you trying to do this using the NDK? Because If not there is no way
that I know of for this app to work... Android SDK apps need to be written
in java unless you are using the NDK.  And even then the general idea is to
have a java front-end with a back-end that does some heavy processing for
you in c/c++...

What tutorial are you following?

On Jan 6, 2010 5:13 AM, "rocky84 rocky84" <[email protected]> wrote:

hi,

thanks for replying ......

below is the excerpt of the default code.

/*
 ============================================================================
 Name        : HelloWorld.c
 Author      : Rakesh
 Version     :
 Copyright   : Your copyright notice
 Description : Hello World in C, Ansi-style
 ============================================================================
 */

#include <stdio.h>
#include <stdlib.h>

int main(void) {
    puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */
    return EXIT_SUCCESS;
}

i am running it using Eclipse on windowns platform (via my laptop).i
followed the tutorial also for my setup.
when i saw in manuals it is indicating some problems with the Build (make
utility)

can you guys please elaborate on errors i am getting while compiling itself
?

Description    Resource    Path    Location    Type Error launching external
scanner info generato...
/rakesh




On Tue, Jan 5, 2010 at 10:24 PM, Vant <[email protected]> wrote:

> > > Yes more info would be helpful. Can you give us details on your setup >
> and development environm...
> --
>
> > You received this message because you are subscribed to the Google >
> Groups "Android Beginners" g...
>


--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to