On Tuesday, June 25, 2013 7:39:34 PM UTC+5:30, Puneet B wrote:
>
>
>
>  i am using A10-Evb board
>
> Now i have prepared successfully working sd card which boots
>
> Android.  i am getting Android home screen also.
>
> My question is  once i written an simple user level application program 
> and compiled 
>
> for ARM platform.and copied in to sd card.
>
> but once i get execute it is saying "no such files or directory"
>
> but the application code is getting executed in debian rootfs.
>
> can you say for android where we need to copy application code.
>

If you want to run C code in Android you probably need to compile it using 
the Android NDK. Otherwise the run-time dependencies will not be met and 
you get errors.

Else, if you have the Android sources, then you can create an Android.mk 
Makefile for your application code and compile it using the Android source 
build system. You can browse through the existing projects and their 
Android.mk files to get hints on rolling out your own. 

-Vishveshwar
 

>
> Thanks
> Punith
>
>
>

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to