Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Creating executable with NDK
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mina Shokry  
View profile  
 More options Sep 4 2009, 6:58 pm
From: Mina Shokry <minasho...@gmail.com>
Date: Fri, 4 Sep 2009 15:58:12 -0700 (PDT)
Local: Fri, Sep 4 2009 6:58 pm
Subject: Creating executable with NDK
Hello,
Can I use NDK to build a native executable (not a library)?
I want to port an existing code that compiles to an executable. I am
not the writer of this code. So, digging into it and export functions
I need in a library isn't an easy task for me.

thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pan  
View profile  
 More options Sep 6 2009, 11:53 pm
From: Pan <pan.gaoy...@gmail.com>
Date: Sun, 6 Sep 2009 20:53:25 -0700 (PDT)
Local: Sun, Sep 6 2009 11:53 pm
Subject: Re: Creating executable with NDK
sure you can, read the NDK hello world doc to getting started.

On Sep 5, 6:58 am, Mina Shokry <minasho...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bytes  
View profile  
 More options Sep 7 2009, 12:41 am
From: Bytes <toyvenu.t...@gmail.com>
Date: Sun, 6 Sep 2009 21:41:27 -0700 (PDT)
Local: Mon, Sep 7 2009 12:41 am
Subject: Re: Creating executable with NDK
include $(BUILD_EXECUTABLE)

instead of

include $(BUILD_SHARED_LIBRARY)

On Sep 7, 8:53 am, Pan <pan.gaoy...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mina Shokry  
View profile  
 More options Sep 8 2009, 4:09 am
From: Mina Shokry <minasho...@gmail.com>
Date: Tue, 8 Sep 2009 01:09:41 -0700 (PDT)
Local: Tues, Sep 8 2009 4:09 am
Subject: Re: Creating executable with NDK
Thank you, it works.

but I still can not run the resulted executable on emulator.

I used "adb push" to move the executable to the sdcard and I tried to
run it but I got a "permission denied" message. The file doesn't have
an executable permission. chmod didn't help!
Is this because sdcard is formatted as FAT32? so, what a directory I
can move the file to to try?

thanks again.

On Sep 7, 6:41 am, Bytes <toyvenu.t...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Turner  
View profile  
 More options Sep 8 2009, 9:19 am
From: David Turner <di...@android.com>
Date: Tue, 8 Sep 2009 06:19:13 -0700
Local: Tues, Sep 8 2009 9:19 am
Subject: Re: Creating executable with NDK

You cannot run executables from the SD Card's FAT partition. Very
intentionally I might add.
You need to copy the file to another location (/data/misc maybe?)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mina Shokry  
View profile  
 More options Sep 11 2009, 9:15 am
From: Mina Shokry <minasho...@gmail.com>
Date: Fri, 11 Sep 2009 06:15:17 -0700 (PDT)
Local: Fri, Sep 11 2009 9:15 am
Subject: Re: Creating executable with NDK
thanks it works

On Sep 8, 3:19 pm, David Turner <di...@android.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »