I am new on Ubuntu.I want to install Android Sdk on this, because i am an android Developer. i have downloded Android Sdk For Linux from the folowing site.
http://developer.android.com/sdk/index.html
but i have idea how i can install this. i have read many tutorials but not perfect.
http://androidonubuntu.blogspot.com/
http://www.wikihow.com/Install-Android-on-Ubuntu-Linux-with-Eclipse-IDE
anybody can help? Thanks.
Create a folder with any name (mostly we prefer name as workspace) where ever you want
Unzip the downloaded file. You will have 2 folders. 1) Eclipse and 2) sdk
goto eclipse folder and run eclipse.exe file
Eclipse window will open >> browse and give path of your latest created folder(This is your workspace now onwards)
You can create projects in eclipse now..
You are done. Nothing much is required.
Related
so I've downloaded the Android Studio IDE from the official website, installed, and run it. When I try to create a new project this is what I get:
Obviously I click on (open SDK manager):
I then click on (Edit):
At first, the directory /Android/SDK was totally missing, so I added it manually by creating the two folders Android and SDK in the directory C:\Users\Sam\AppData\Local\ . Which led to the line "target folder is neither empty nor does it point to an existing SDK installation". The SDK manager was never Installed, I couldn't find it in the directory mentioned. Therefore, I downloaded the SDK tools and put it in the directory specified, but that didn't work. An SO thread has suggested that I don't have enough storage space for the SDK, but I have almost 31GB of empty space on my C:\ drive, another one has suggested that I have a proxy/ http problem but I don't think that this is the problem here since I've downloaded the IDE with no problems.
After I hit next this is what I get:
Now how could the SDK could be is up to date while there isn't any SDK to be seen?
I'd appreciate some help, have a nice day
this error may arise when your sdk folder not a 'platforms' folder and you must make an empty folder and rename it to 'platforms'. platforms folder must be in the sdk folder.
I downloaded SDK installers alone and solved the problem. One site to get the installers is: SDK Installer
Hello I am new in Android development
So as suggested by google I downloaded the latest October 2014 beta version of Android Studio to start developing because they will end up solely with the Android Studio IDE so I thing it is a good idea to get used of it...
To install they just give you a zip file. I unzipped it and followed the text instructions which were simple BUT I cannot find the files and folders the say should exist in their unzipped folder/files :s .
The instructions are
'' To set up Android Studio on Windows:
Unzip the file, android-studio-ide--windows.zip and launch the studio.exe file.
Follow the setup wizard to install Android Studio and the SDK Tools.
On 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.
Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables and add a new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21. ''
Although I find the studio.exe at the path \android-studio-ide-135.1538390-windows\android-studio\bin
I cannot find any kind of a setup wizard for the SDK Tools!!
When I start the studio.exe program and I go to Configure/Project Defaults/Project Structure
the java sdk has been found but the android sdk folder naturally it is not.
And also the Configure/SDK Manager is not enabled.
What obvious thing am I missing here??
Thanks
If you downloaded android-studio-ide-135.1538390-windows, then it only contains the IDE and not the Android SDK. You need to download it separately:
http://dl.google.com/android/installer_r23.0.2-windows.exe
link
You will then point Android Studio to your SDK installation location.
I installed the android studio today and I got a problem with the SDK manager:
I've followed this guide:
http://developer.android.com/sdk/installing/adding-packages.html
When I install the -
ARM EABI v7a System Image
I get this error. I tried to disable the antivirus but its still doesn't work. Hope for answers, thanks.
I have similar problems at my company with installations, also with android-studio and sdk. Usually run as admin solves most of those issues.
Close Android Studio or Eclipse.
Open folder "C:\Users\YourPC\AppData\Local\Android\sdk\tools"
Run "android.bat" as Administrator.
Now you can fix it.
In eclipse close eclipse and run android sdk manager as administrator
I had same problem. The solutions that i have done is as follows :
The problem is with temp folder in android sdk folder. i have changed the folder name from temp to temp1.
Now it is working properly for me.
I hope it will work for you also...
Delete TOOLS folder.
in temp folder there might a zip that you have downloaded. unzip it and copy tools folder and paste it in android sdk home folder.
For eclipse - Close the Android SDK Manager
Then - go to the directory - named where android-sdk are saved by default, by default, in my PC, the location is C:\Users\username\android-sdks.
In this folder, look for a temp folder and tools folder - make copy of tools folder beforehand. In temp folder, you will find zip folder similar like tools_R25.zip (I donot remember the exact name, but look for similar name), open the folder, inside you see a folder named tools -- now
Unzip the content of the tools folder inside android-sdks/tools, and start android SDK Manager again as administrator.
I want install android on my computer but using the sdk it fails to download the packages due to my speed i think. I have extensively googled for several days but could not find any result i found a page which showed a way using the abyss server to install but lost it due to a powercut and could not find it again.
If any one could share a link or a tutorial of installing android sdk and using it with eclipse would be great help.
I think you should try following Step in Process of making Android Development Environment .
I hope you have already Eclipse .if you don't have then get it from here and Latest Eclipse is Version 3.7.Eclipse for Java
Step 2: As you have problem of internet speed try to Download Zip File of Latest ADT tool from this. Android ADT Plugin
Use this ADT Zip describe in this SO -->SO link ADT install
after done with add zip in Eclipse you need internet connection.
STEP 3: Now for Android SDK you can download this android-sdk_r17-windows.zip which have small size from this Developer Site -->Android SDK
when you put this Zip in your computer and unzip it and Download one of Android SDK Platform from this Site -->SDK Platform Offiine.
STEp 4: Now when you get one of SDK Platform you need to put that in this for Example in my PC .I have following path .
E:\Android_development\android-sdk\platforms\put here your SDK Platform Folder.
your path of android-sdk may different .
STEP 5: don't forgot give Path of your Android-SDK to here in Eclipse.For give path go here in Eclipse
Window-->Preferences-->Android now in SDK Location Box
Provide Location of Android SDK Some thing like this
E:\Android_development\android-sdk
Go to http://dl-ssl.google.com/android/repository/repository.xml, and select the sdk platform version you want to install and then copy paste the appropriate platform android-x_rxx-windows/linux/macosx.zip you want to setup,
http://dl-ssl.google.com/android/repository/android-x_rxx.zip
After you download it, go to your
SDK-Installation-Path (C:\Program Files (x86)\Android\android-sdk\platforms in Windows). Create a Folder named android x and extract all zip contents into the android x folder.
Close the SDK Manager and reopen it. You will find the SDK platform for the android x will be shown as installed.
This tutorial explains it in detail,
How to install android sdk platform offline
I followed a tutorial to install Eclipse and the Android development files onto an Ubuntu (Lucid) installation and Iv a feeling things are not quite right.
The tutorial can be found here.
The problem seems to be that because everything was installed into the /opt folder I am unable to load any of the sample files because of course they are read only, and I'm unsure about how safe it would be to run Eclipse as root.
My thoughts were to remove all of the Android files and start again and set the location in my /home folder somewhere, but I am unable to find any information on actually removing it (Or if this is in fact the best thing to do).
Here's what you need to do:
Install the latest java JDK.
Within eclipse, install the android ADT plugin http://developer.android.com/sdk/eclipse-adt.html
Download and install the android sdk http://developer.android.com/sdk/index.html
Run the AVD manager (in the android sdk) to install the platform components. (this can be ran from within eclipse)
In eclipse, go to preferences/android and set the SDK path.
Create an android application!
Good luck!