Hello again everybody,
Is Android.mk support in windows?

I can make .apk in Ubuntu using Android.mk file.
But in windows XP it is not working.

So is there anyone who knows the solution?
Please help me.

Best Regards,
gsmaker

On Jul 15, 3:24 pm, gsmaker <[email protected]> wrote:
> Hi Y-C Wang,
> Thanks for your quick response.
> Actually I am new in Android development. I have understand your
> answer but i am not clear about Android.mk file for Android project.
> If you kindly make an Android.mk file for the which I have specified
> in the previous message, then it will be very much helpful.
>
> By the way, thanks in advance.
>
> Best regards,
> gsmaker
>
> On Jul 15, 11:30 am, yenchengwang <[email protected]> wrote:
>
> > 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