Android Studio
Matt Wolfgang
mattwolfgang at gmail.com
Fri Jan 9 21:07:10 UTC 2015
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/
> mailman/listinfo/ubuntu-us-tx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-us-tx/attachments/20150109/b417ebee/attachment.html>
More information about the Ubuntu-us-tx
mailing list