hi,
    u can find many example at the packages/apps/XXXXX,   XXXXX are
application name~
    for a simple example,
    LOCAL_PATH := $(call my-dir)
    include $(CLEAR_VARS)

    LOCAL_SRC_FILES := $(call all-java-files-under, src)
    LOCAL_PACKAGE_NAME := YOUR PACKAGE NAME
    include $(BUILD_PACKAGE)
    include $(call all-makefiles-under, $(LOCAL_PATH))

2010/7/15 gsmaker <[email protected]>

>
> Hello David,
> I have read the conversation between you and Kishor.
>
> I am facing a problem and I think you can solve the problem.
>
> I have an Android project which have the following files and folder
> structure:
>
> Project name:
> Contacts
>    -res
>        -drawable
>        -layout
>        -values
>    -src
>        -( package name)/(source files)
>    -tests
>        -res
>           -drawable
>           -xml
>        -src
>            --( package name)/(source files)
>        -AndroidManifest.xml
>    -AndroidManifest.xml
>
>
> Now I want to write an Android.mk file for this project.
> How can i write this?
>
> Best Regards,
> gsmaker
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Regards
Y-C Wang

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

Reply via email to