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.
Related
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
Developer, I am learning to develop xamarin.android application
I am just downgraded the my app android version from 7.0 to 4.3 to run the app on my mobile so it causes this error
also, refer some tutorials for beginners
This is a bug that will be fixed in an upcoming release. To resolve this, change your Version to a version that is > API 19.
https://bugzilla.xamarin.com/show_bug.cgi?id=56272
Otherwise upgrade to 15.3 in your Visual Studio Installer to receive this fix as it is included in Xamarin.Android 7.3.0.27 and above.
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
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
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
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