[android-developers] How to execute C binary file in Android

2014-05-19 Thread praveen m
Dear All


Actually I am very new to Android. So anyone can tell, how can I include a 
'C' binary file into android code. 
I want to make an Android app which include & execute the 'C' binary file.


Thanks in Advance
-- 

*M.Praveen*

*Project Officer | CSE Dept, IIT-Madras9952864495*


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to execute C binary file in Android

2014-05-21 Thread Max Lv
Try this lib: https://github.com/Chainfire/libsuperuser


On Tue, May 20, 2014 at 2:17 PM, praveen m  wrote:

> Dear All
>
>
> Actually I am very new to Android. So anyone can tell, how can I include a
> 'C' binary file into android code.
> I want to make an Android app which include & execute the 'C' binary file.
>
>
> Thanks in Advance
> --
>
> *M.Praveen*
>
> *Project Officer | CSE Dept, IIT-Madras9952864495*
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to execute C binary file in Android

2014-06-02 Thread Raymond Ingles
You probably want to look into the Native Development Kit (NDK):
https://developer.android.com/tools/sdk/ndk/index.html

There's lots of documentation and examples at Google and on the web.


On Tue, May 20, 2014 at 2:17 AM, praveen m  wrote:

> Dear All
>
>
> Actually I am very new to Android. So anyone can tell, how can I include a
> 'C' binary file into android code.
> I want to make an Android app which include & execute the 'C' binary file.
>
>
> Thanks in Advance
> --
>
> *M.Praveen*
>
> *Project Officer | CSE Dept, IIT-Madras9952864495*
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.