Hi,
in the file generic.mk there are all the separate application are there. but
i want my files to be part of the android code.

Cant it be possible that i will just add my file in the directory where the
launcher code for android sits , i will add just files
(xml & java), & then as we call our activity in the normal program i will
call my activity from home screen?

thanks,
satish

2010/1/27 Rogério de Souza Moraes <[email protected]>

> Hi satish,
>
> What Darshana means is that you need to put you aplication inside the
> source code of Android. You need to donwload the source code of Android and
> put your application inside it. The file that he told you is the file:
>
> <android_source_code_root>/build/target/product/generic.mk
>
> inside this file, are the sources of the applications that are compiled
> with the code of Android.
>
> Regards,
>
> Rogerio
>
> 2010/1/27 satish bhoyar <[email protected]>
>
>> Hi darshana,
>> thanks for the reply.
>> I am still stuck.
>> can u guide me where i can find this file?
>> do u mean it is Android.mk or anything else?
>>
>> Thanks,
>> satish
>>
>> On Fri, Jan 22, 2010 at 9:47 PM, deeMurthy <[email protected]>wrote:
>>
>>> Hi Satish,
>>>
>>>   If m not wrong, you are playing around with cupcake/donut or eclair
>>> code directly. In that case you will have to build your app into the
>>> system for your homescreen code to recognise it. Include your
>>> application into the generic.mk and rebuild the code. This should
>>> work.
>>>
>>> Cheers!
>>>
>>> On Jan 22, 2:00 pm, satish bhoyar <[email protected]> wrote:
>>> > Hi all,
>>> >
>>> > I am trying to integrate my code to the android Home Screen code.
>>> > I want to launch my activity frm the HomeScreen by click of a button.
>>> > I Did the code & then build it but when i click the button i m getting
>>> error
>>> > as
>>> > Application not installed on phone.
>>> >
>>> > please help
>>> >
>>> > Thanks,
>>> > satish
>>>
>>> --
>>> 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
>>
>>
>>  --
>> 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
>>
>
>  --
> 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
>

-- 
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