Android sdk locating [closed] - android

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am beginner in android.I faced some problems durinng sdk locating.How to locate android sdk?Please help me.
Thanks

You can locate the sdk as follows:
open Eclipse->Windows->preferences->Android->Select your android sdk folder.
you can refer to this link also Android app not running on emulator nor real device

Android SDK is here http://developer.android.com/sdk/index.html
If you're using .zip then extract it to your favorite location
If you're using .exe then choose your favorite location to install to
If Eclipse can't locate your Android SDK folder, consider install ADT and connect SDK with Eclipse, see instruction here

Related

Rendering problems: No android SDK found. Please configure an android SDK [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I just installed android studio 1.5.1. Unfortunately the android layout monitor won't render and it's giving me this error message "Rendering problems: No android SDK found. Please configure an android SDK"
I updated all my android SDK's and it gave it correct location yet it still won't render. What should I do?
Thanks in advance.
My android studio with the error message

Android Studio: install an update patch [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I want to update android studio from 1.2 to 2.0
I downloaded the required files (Windows: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.1/android-studio-ide-143.2461418-windows.zip (320 MB)) from
http://tools.android.com/download/studio/canary/latest/
So, now how can apply these files on my android studio version to be updated to 2.0
Regards
Steps to install Android Studio from a .zip folder:
If you have Windows:
Open the .zip folder using Windows Explorer.
Click on 'Extract all' option in the given in the ribbon.
Enter the extract location. Extract them.
Go to the extract location. Go to android-studio\bin and run
studio.exe.
Go through the installation wizard. You are done.
Hope it will help you.

Which Eclipse to use for Android Development [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I want use eclipse for Android Development and then use the ADT Plugin from Google.
But Which eclipse to use:
Release Luna Packages:
1 - Eclipse IDE for Java EE Developers
or
2- Eclipse IDE for Java and DSL Developers
thanks
The easiest way to start developing for the Android Platform is to use the ADT Bundle. It is built over eclipse and comes with latest SDKs preinstalled and you need to do nothing to set it up. (Generally)
You can download it from here : http://developer.android.com/sdk/index.html

How to edit HTML/CSS/Javascript in Eclipse ADT [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I installed ADT bundle (eclipse + android sdk + adt plugin) now I want to build android apps with phonegap, the problem is that ADT eclipse doesn't include apparently any html/css/JS editor. I tried to install the WPA plugin but it doesn't work, it tells me it needs JSF (what the heck !?).
Is it normal that I can't find anything on that on the web ? Am I the only guy in the world using phonegap ? Is there another IDE I should use or which plugin can I install for web editing in eclipse ?
File -> New -> Other -> Type html or javascript or css

How to install android application on windows [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Hi just downloaded an android application from a website (with .apk extension). Is there any way we can use it on windows O.S.?
you can use the emulator to run the application that comes with the android development sdk.
http://developer.android.com/guide/developing/tools/emulator.html
You need to download and install Android SDK and then you can use android emulator to install the .apk file.

Categories

Resources