{"id":287,"date":"2014-05-25T14:08:10","date_gmt":"2014-05-25T04:08:10","guid":{"rendered":"http:\/\/www.reefwing.com.au\/?p=287"},"modified":"2014-05-25T14:11:03","modified_gmt":"2014-05-25T04:11:03","slug":"installing-android-studio","status":"publish","type":"post","link":"https:\/\/www.reefwing.com.au\/?p=287","title":{"rendered":"Installing Android Studio"},"content":{"rendered":"<p><a href=\"http:\/\/www.reefwing.com.au\/wp-content\/uploads\/2014\/05\/Android-Studio-About.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-288\" src=\"http:\/\/www.reefwing.com.au\/wp-content\/uploads\/2014\/05\/Android-Studio-About-300x225.png\" alt=\"Android Studio About\" width=\"300\" height=\"225\" srcset=\"https:\/\/www.reefwing.com.au\/wp-content\/uploads\/2014\/05\/Android-Studio-About-300x225.png 300w, https:\/\/www.reefwing.com.au\/wp-content\/uploads\/2014\/05\/Android-Studio-About.png 398w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>We are using the Developer Preview (version 0.4.0) of Android Studio at the time of writing. Installation details may change so visit the\u00a0<a style=\"color: #e15f28;\" href=\"http:\/\/developer.android.com\/sdk\/installing\/studio.html\" target=\"_blank\">Android Studio<\/a>\u00a0site to check out the latest instructions and to download the relevant setup program.<\/p>\n<p>From the Android Studio site:<\/p>\n<div style=\"color: #222222;\">Android Studio requires JDK 6 or greater (JRE alone is not sufficient). To check if you have JDK installed on a Mac (and which version), open a terminal and type\u00a0<code style=\"color: #006600;\">javac -version<\/code>. If JDK is not available or the version is lower than 6,\u00a0<a style=\"color: #e15f28;\" href=\"http:\/\/www.oracle.com\/technetwork\/java\/javase\/downloads\/index.html\" target=\"_blank\">download JDK from here<\/a>.<\/div>\n<div style=\"color: #222222;\"><\/div>\n<div style=\"color: #222222;\">To install Android Studio:<\/div>\n<ol style=\"color: #222222;\">\n<li>Download the\u00a0<strong>Android Studio<\/strong>\u00a0package from above.<\/li>\n<li>Install Android Studio and the SDK tools:\n<div><b>Windows:<\/b><\/div>\n<ol>\n<li>Launch the downloaded EXE file,\u00a0<code style=\"color: #006600;\">android-studio-bundle-&lt;version&gt;.exe<\/code>.<\/li>\n<li>Follow the setup wizard to install Android Studio.\n<div class=\"caution\">\n<div><strong>Known issue:<\/strong>\u00a0On some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location.<\/div>\n<p>Select\u00a0<strong>Start menu &gt; Computer &gt; System Properties &gt; Advanced System Properties<\/strong>. Then open\u00a0<strong>Advanced tab &gt; Environment Variables<\/strong>\u00a0and add a new system variable\u00a0<code style=\"color: #006600;\">JAVA_HOME<\/code>\u00a0that points to your JDK folder, for example<code style=\"color: #006600;\">C:\\Program Files\\Java\\jdk1.7.0_21<\/code>.<\/p>\n<\/div>\n<\/li>\n<\/ol>\n<div><b>Mac OS X:<\/b><\/div>\n<ol>\n<li>Open the downloaded DMG file,\u00a0<code style=\"color: #006600;\">android-studio-bundle-&lt;version&gt;.dmg<\/code>.<\/li>\n<li>Drag and drop Android Studio into the Applications folder.\n<div class=\"caution\"><strong>Known issue:<\/strong>\u00a0Depending on your security settings, when you attempt to open Android Studio, you might see a warning that says the package is damaged and should be moved to the trash. If this happens, go to\u00a0<strong>System Preferences &gt; Security &amp; Privacy<\/strong>\u00a0and under\u00a0<strong>Allow applications downloaded from<\/strong>, select\u00a0<strong>Anywhere<\/strong>. Then open Android Studio again.<\/div>\n<\/li>\n<\/ol>\n<div><b>Linux:<\/b><\/div>\n<ol>\n<li>Unpack the downloaded Tar file,\u00a0<code style=\"color: #006600;\">android-studio-bundle-&lt;version&gt;.tgz<\/code>, into an appropriate location for your applications.<\/li>\n<li>To launch Android Studio, navigate to the\u00a0<code style=\"color: #006600;\">android-studio\/bin\/<\/code>\u00a0directory in a terminal and execute\u00a0<code style=\"color: #006600;\">studio.sh<\/code>.\n<div>You may want to add\u00a0<code style=\"color: #006600;\">android-studio\/bin\/<\/code>\u00a0to your PATH environmental variable so that you can start Android Studio from any directory.<\/div>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<div style=\"color: #222222;\">That&#8217;s it! You&#8217;re ready to start developing apps with Android Studio.<\/div>\n<div style=\"color: #222222;\"><\/div>\n<div class=\"note\" style=\"color: #222222;\">\n<div><strong>Note:<\/strong>\u00a0On Windows and Mac, the individual tools and other SDK packages are saved within the Android Studio application directory. To access the tools directly, use a terminal to navigate into the application and locate the\u00a0<code style=\"color: #006600;\">sdk\/<\/code>directory. For example:<\/div>\n<div><\/div>\n<div>Windows:\u00a0<code style=\"color: #006600;\">\\Users\\&lt;user&gt;\\AppData\\Local\\Android\\android-studio\\sdk\\<\/code><\/div>\n<p>Mac:\u00a0<code style=\"color: #006600;\">\/Applications\/Android\\ Studio.app\/sdk\/<\/code><\/p>\n<\/div>\n<div style=\"color: #222222;\">For a list of some known issues, see\u00a0<a style=\"color: #e15f28;\" href=\"http:\/\/tools.android.com\/knownissues\">tools.android.com\/knownissues<\/a><span id=\"goog_1651131717\"><\/span><span id=\"goog_1651131718\"><\/span>.<\/div>\n<div style=\"color: #222222;\"><\/div>\n<div style=\"color: #222222;\">To learn more about developing using this tool, visit our <a href=\"http:\/\/androidstudiotutes.blogspot.com.au\/\" target=\"_blank\">Android Studio Tutorial<\/a> site.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>We are using the Developer Preview (version 0.4.0) of Android Studio at the time of writing. Installation details may change so visit the\u00a0Android Studio\u00a0site to check out the latest instructions and to download the relevant setup program. From the Android Studio site: Android Studio requires JDK 6 or greater (JRE alone is not sufficient). To [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[16,7],"tags":[],"class_list":{"0":"post-287","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-android","7":"category-app-development","8":"entry"},"_links":{"self":[{"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=\/wp\/v2\/posts\/287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=287"}],"version-history":[{"count":3,"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=\/wp\/v2\/posts\/287\/revisions"}],"predecessor-version":[{"id":291,"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=\/wp\/v2\/posts\/287\/revisions\/291"}],"wp:attachment":[{"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=287"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=287"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.reefwing.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}