Re: Installing Android development software

2014-11-13 Thread Steve Greig
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 marcns...@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
 andreimpope...@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-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/54645028.5020...@gmail.com



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+AcE6cM10=vsyae0s701hk7unptuf6c612uh96sojsobm9...@mail.gmail.com



Re: Installing Android development software

2014-11-12 Thread Chris Bannister

[Please don't top post, it makes it hard to read/follow]

On Tue, Nov 11, 2014 at 06:39:42PM +, Steve Greig wrote:
 apt-cache search android | less
 
 returns some interesting results?
 
 
 That was useful to know how to  search the APT cache.
 
 
 I am thinking of starting a new thread as I am completely unable to
 find any of the files and folders I created when I downloaded and
 installed the adt-bundle. I definitely had it on my system but now I
 can't find it. I was wondering if it could have uninstalled itself.
 The other possibility is I am not searching in the right places and am
 not using the find files procedure correctly.

If it was installed via a .deb file, then:

dpkg -L package-name 

will list the files that came with the package.

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141112112457.GJ4357@tal



Re: Installing Android development software

2014-11-12 Thread Joel Rees
On Wed, Nov 12, 2014 at 3:39 AM, Steve Greig greigst...@gmail.com wrote:
apt-cache search android | less

returns some interesting results?


 That was useful to know how to  search the APT cache.


 I am thinking of starting a new thread as I am completely unable to
 find any of the files and folders I created when I downloaded and
 installed the adt-bundle. I definitely had it on my system but now I
 can't find it. I was wondering if it could have uninstalled itself.
 The other possibility is I am not searching in the right places and am
 not using the find files procedure correctly.

If you installed it under your user's home directory,

find /home -name android

as root should do it. Or log in as the user you think you were when
you installed it to search.

Or updatedb (probably as root) and locate?

-- 
Joel Rees


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAAr43iMA92ckNHcSbh4LO4vz9hBV0Tm=uQzEgBe=zkhxmku...@mail.gmail.com



Re: Installing Android development software

2014-11-12 Thread Andrei POPESCU
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


signature.asc
Description: Digital signature


Re: Installing Android development software

2014-11-12 Thread Steve Greig
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
andreimpope...@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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/ca+ace6f7jozmqewq4yvv4g9ptlnys+f+w8hlm4jxnyqzgcz...@mail.gmail.com



Re: Installing Android development software

2014-11-12 Thread Marc Shapiro

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
andreimpope...@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-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54645028.5020...@gmail.com



Re: Installing Android development software

2014-11-11 Thread Chris Bannister
On Sun, Nov 09, 2014 at 05:50:19PM +, Steve Greig wrote:
 I thought I would try and build an Android app and see that you have
 to download and install some software:
 adt-bundle-linux-x86_64-20140702.zip
 
 
 Before doing this (I often find installs go wrong) I was wondering if
 it is possible to do it using apt which I have had some success with.
 
 
 Would be very grateful for any insight into this. Basically  I don't
 really know how to see what software is available to me via apt. I am
 running Wheezy.

apt-cache search android | less

returns some interesting results?

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/2014095846.GE12428@tal



Re: Installing Android development software

2014-11-11 Thread Steve Greig
apt-cache search android | less

returns some interesting results?


That was useful to know how to  search the APT cache.


I am thinking of starting a new thread as I am completely unable to
find any of the files and folders I created when I downloaded and
installed the adt-bundle. I definitely had it on my system but now I
can't find it. I was wondering if it could have uninstalled itself.
The other possibility is I am not searching in the right places and am
not using the find files procedure correctly.

Best wishes Steve

On Tue, Nov 11, 2014 at 9:58 AM, Chris Bannister
cbannis...@slingshot.co.nz wrote:
 On Sun, Nov 09, 2014 at 05:50:19PM +, Steve Greig wrote:
 I thought I would try and build an Android app and see that you have
 to download and install some software:
 adt-bundle-linux-x86_64-20140702.zip


 Before doing this (I often find installs go wrong) I was wondering if
 it is possible to do it using apt which I have had some success with.


 Would be very grateful for any insight into this. Basically  I don't
 really know how to see what software is available to me via apt. I am
 running Wheezy.

 apt-cache search android | less

 returns some interesting results?

 --
 If you're not careful, the newspapers will have you hating the people
 who are being oppressed, and loving the people who are doing the
 oppressing. --- Malcolm X


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/2014095846.GE12428@tal



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+AcE6fO0ej1u-3WKhLCvVcq3L_Wf=jaTW_tJ5sY5=qcd0f...@mail.gmail.com



Installing Android development software

2014-11-09 Thread Steve Greig
I thought I would try and build an Android app and see that you have
to download and install some software:
adt-bundle-linux-x86_64-20140702.zip


Before doing this (I often find installs go wrong) I was wondering if
it is possible to do it using apt which I have had some success with.


Would be very grateful for any insight into this. Basically  I don't
really know how to see what software is available to me via apt. I am
running Wheezy.


Best wishes from Steve


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+AcE6eoP_quDmBA_h=axx4f_krmdyvucnuzkif-xgdp4x1...@mail.gmail.com



Re: Installing Android development software

2014-11-09 Thread Patrick Wiseman
On Sun, Nov 9, 2014 at 12:50 PM, Steve Greig greigst...@gmail.com wrote:
 I thought I would try and build an Android app and see that you have
 to download and install some software:
 adt-bundle-linux-x86_64-20140702.zip


 Before doing this (I often find installs go wrong) I was wondering if
 it is possible to do it using apt which I have had some success with.


 Would be very grateful for any insight into this. Basically  I don't
 really know how to see what software is available to me via apt. I am
 running Wheezy.

Ever hear of Google? A quick search for 'debian package adt-bundle'
returned this:

http://christopherpoole.github.io/setting-up-the-adt-bundle-on-debian-wheezy/

Patrick


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cajvvkspxg9qb5jt36uaahfqg016uqsfqpmfgck-thrjujiy...@mail.gmail.com



Re: Installing Android development software

2014-11-09 Thread Marty

On 11/09/2014 12:50 PM, Steve Greig wrote:

I thought I would try and build an Android app and see that you have
to download and install some software:
adt-bundle-linux-x86_64-20140702.zip


Before doing this (I often find installs go wrong) I was wondering if
it is possible to do it using apt which I have had some success with.


Only needed to setup i386 arch and ia32-libs, and a few others. Look for 
a recent guide on setting up the ADT bundle on Wheezy.



Would be very grateful for any insight into this. Basically  I don't
really know how to see what software is available to me via apt. I am
running Wheezy.


I've not had any problems, but you might what to look at Android Studio 
beta if your app is already based on gradle or you don't like eclipse.




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/545fb4b2.2070...@ix.netcom.com



Re: Installing Android development software

2014-11-09 Thread Steve Greig
Thanks!

Only needed to setup i386 arch and ia32-libs, and a few others.

I was reading about that on the link Patrick gave. It looks like it is
only required for the android emulator so I thought I might leave it
out initially as I can transfer the app to my android phone quite
easily to test it. I have made one android app before (I think on
Windows) and I remember I never got the emulator to work then  (it was
ridiculously slow) but it didn't seem to matter too much as I kept
uploading the app to my phone to test it.

you might what to look at Android Studio beta if your app is already based on 
gradle or you don't like eclipse.

I think I will go for the stable version first but probably should try
both at some time.

Steve

On Sun, Nov 9, 2014 at 6:38 PM, Marty mar...@ix.netcom.com wrote:
 On 11/09/2014 12:50 PM, Steve Greig wrote:

 I thought I would try and build an Android app and see that you have
 to download and install some software:
 adt-bundle-linux-x86_64-20140702.zip


 Before doing this (I often find installs go wrong) I was wondering if
 it is possible to do it using apt which I have had some success with.


 Only needed to setup i386 arch and ia32-libs, and a few others. Look for a
 recent guide on setting up the ADT bundle on Wheezy.

 Would be very grateful for any insight into this. Basically  I don't
 really know how to see what software is available to me via apt. I am
 running Wheezy.


 I've not had any problems, but you might what to look at Android Studio beta
 if your app is already based on gradle or you don't like eclipse.



 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/545fb4b2.2070...@ix.netcom.com



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/ca+ace6fnf5pmf8dgkouwvakv5r3c+pqch8+wom3wvwwxutc...@mail.gmail.com