Re: Installing Android development software
I downloaded the ADT Bundle for Linux 64-bit from this page:
https://developer.android.com/sdk/index.html
I installed it and then I did manage to navigate to the eclipse file
using Dolphin and start eclipse by clicking on it. I just can't seem
to find it any more.
I just tried your suggestion and got the following (ie. I did not find it):
steve@debian:~$ find -name adt-bundle-linux*
steve@debian:~$ su
Password:
root@debian:/home/steve# find -name adt-bundle-linux*
root@debian:/home/steve# cd
root@debian:~# find -name adt-bundle-linux*
root@debian:~#
Thanks for your help!
On Thu, Nov 13, 2014 at 6:31 AM, Marc Shapiro <marcnshap@gmail.com> wrote:
> On 11/12/2014 02:21 PM, Steve Greig wrote:
>>
>> I have tried your suggestions and found quite a lot of files with the
>> word android or eclipse in them but I can not find the file called
>> eclipse which previously I had which when I clicked on it opened up
>> the eclipse program. Thanks for your help, Steve
>>
>> On Wed, Nov 12, 2014 at 9:44 PM, Andrei POPESCU
>> <andreimpopescu@gmail.com> wrote:
>>>
>>> On Mi, 12 nov 14, 20:56:34, Joel Rees wrote:
>>>>
>>>> If you installed it under your user's home directory,
>>>>
>>>> find /home -name android
>>>
>>> That would require a file and/or directory named exactly 'android'.
>>>
>>>> Or updatedb (probably as root) and locate?
>>>
>>> That should work.
>>>
>>> Kind regards,
>>> Andrei
>>> --
>>> http://wiki.debian.org/FAQsFromDebianUser
>>> Offtopic discussions among Debian users and developers:
>>> http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
>>> http://nuvreauspam.ro/gpg-transition.txt
>>
>>
> If it was installed under your home directory, then from your home directory
> try:
>
> find -name adt-bundle-linux-*
>
> That should find the adt directory. Under that directory you should find
> another directory named eclipse. Inside that directory is the eclipse
> executable. At least, that is where it is on my system, installed from the
> adt tarball.
>
> Marc
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject
> of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 54645028.5020504@gmail.com">https://lists.debian.org/[🔎] 54645028.5020504@gmail.com
>
Reply to: