Android Studio

Matt Wolfgang mattwolfgang at gmail.com
Fri Jan 9 21:13:03 UTC 2015


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
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-us-tx/attachments/20150109/0e35c25e/attachment.html>


More information about the Ubuntu-us-tx mailing list