Android Studio

Dan Healy dfhealy at gmail.com
Sat Jan 10 19:12:33 UTC 2015


Thanks Matt for the information. It now works and I am now in the android
business.  I will probably be back with more questions later.

Dan H

On Fri, Jan 9, 2015 at 3:13 PM, Matt Wolfgang <mattwolfgang at gmail.com>
wrote:

> I just realized I think you meant Android Studio and not Android SDK, am I
> correct?  Are you trying to launch Android Studio again?
>
> You can launch it from the command line:
>
> /home/username/Programs/AndroidStudio/bin/studio.sh
>
> Then you can add a launcher by going to 'Configure' > 'Create desktop
> entry'
>
> On Fri Jan 09 2015 at 3:07:09 PM Matt Wolfgang <mattwolfgang at gmail.com>
> wrote:
>
>> If you are trying to run ADB, you can just type 'adb devices' at a
>> command prompt and it should automatically start the daemon if you've got
>> the SDK in your PATH.
>> You don't need to start the android SDK, but you do need to add it to
>> your PATH variable using the following commands:
>> (Replace /opt/android/sdk with the location of the SDK on your machine)
>>
>> export ANDROID_HOME=/opt/android/sdk
>> export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
>>
>>
>> On Fri Jan 09 2015 at 2:26:45 PM Dan Healy <dfhealy at gmail.com> wrote:
>>
>>> I installed Android Studio and SDK and created my first app.  How do
>>> start Android SDK again?  I can't find any program or app to start.  I am
>>> running Ubuntu 14.04.
>>>
>>> I obviously have missed something but I can't figure out what.
>>>
>>> Thanks, Dan H
>>> --
>>> Ubuntu-us-tx mailing list
>>> Ubuntu-us-tx at lists.ubuntu.com
>>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
>>> an/listinfo/ubuntu-us-tx
>>>
>>
> --
> Ubuntu-us-tx mailing list
> Ubuntu-us-tx at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-tx
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-us-tx/attachments/20150110/4bd59a80/attachment.html>


More information about the Ubuntu-us-tx mailing list