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 8 years ago.
Improve this question
I have downloaded and installed android-sdk-windows. Now I am planning for a reinstall of my Windows as the current ones seems to have got corrupted because of virus. Can someone tell me how to backup the android-sdk so that I dont have to redownload all the sources once again.
Attach an external hard drive/pen drive to your computer via a USB
port
Copy the folder where you installed android-sdk-windows (select the
folder then press Ctrl+C)
Open the hard drive once it is connected by double clicking on it.
Press Ctrl+V once you are inside the hard drive folder.
Related
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 5 years ago.
Improve this question
I have Android Studio installed. Just cleared 3GB Junk memory. So, I want to install full SDK(including All the tools, emulator and not just command line tools as given in "How do I download the Android SDK without downloading Android Studio?") Can I download SDK on mobile and then transfer it to Computer due to some ISP Problem. I have Windows 7 32- bit Desktop.
https://developer.android.com/studio/index.html#downloads
you can download all seperately from the above original source
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
my android studio starts downloading the android-sdk_r22.6.2-windows.zip file upon opening, so i don't even know where should i put this file so that android studio will pick it. Please help me to where to put this file.
These are your SDK tools, which are required to develop and test apps.
Just download the zip. Then extract it wherever you want. Then, when you open Android Studio, it'll ask for SDK Tools directory. Just point it to where you extracted your zip file.
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
There is no file explorer that comes with the Nexus 5, and when I try to copy the APK into the downloads folder I do not see it on the Nexus 5 UI.
Send it to the email address associated with that device, as an attachment. You will be able to open the attachment and install the apk.
Developer mode doesn't need to be on, but you may need to enable installing from non-trusted sources.
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 9 years ago.
Improve this question
I need the APK file which downloaded during app installation from google play. I am unable to find it in the download folder. Is it possible to get it from download?
Not really. If you've downloaded it from the Android store, it will definitely not show you the apk. This is so people can't just send the apk of a paid app to oneanother.
Try with utility apps like "rom toolbox" for example, you can make backup apps in your phone in apk, there's a lot of apps that can do it anyway, but most probably you'll need root access.
try with Airdroid, awesome... you can transfer any data from your phone to computer and inverse through your wi-fi conection, i love it! ;-)
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 8 years ago.
Improve this question
After my Laptop abnormally shutdown due to charging issue, I lost all contents of my Import.java file. Though I saved my file 30 sec before PC shuts down. But after that when i open my laptop, that file is totally empty, though the java file in the PC is of 20KB.
I tried to open that java file with a notepad, and there are lots of spaces with no text.
Can I any way restore the content?
Right click on the file in Eclipse and choose Restore from Local History.... Eclipse will show you the versions of the file that it has saved. It may not have the very latest version but hopefully it will have something reasonably up to date.