Despite getting into developer options in my tablet and downloading Android Studio on my Desktop, I still am unable to:
4. Go to the folder where you have unzipped Android SDK and navigate to to ‘sdk’ folder
5a. Windows users: Go to ‘platform-tools folder. Hold down SHIFT key and right-click anywhere in the folder. From the pop-up menu, select ‘Open command window here’. This will open up a command prompt screen.
6. Now, in the command prompt window, Windows users type: adb devices
8. Then windows users type: adb shell
9. Next, type: pm setInstallLocation 2 and press enter. (If this command fails, use this: pm set-install-location 2)
10. Done!
11. To verify, type: pm getInstallLocation and press enter. If you see an output ” 2 [external] ” means that the process is successful.
Now, in your device, go to settings->Applications->Manage Applications->On SD card (in some devices it may be USB Storage), and check the apps that you would like to move to your SD card
I cannot find the SDK folder in the unzipped icon, but I DO get the window command to open when I hold shift and right click the icon. After I type adb devices it tells me "adb is not recognized as an internal or external command, operable program or batch file"
I really just want to be able to use my 32GB SD card on my P1000 Polaroid Android 5.1 Lollipop since Android filled most of my 8GB internal storage with factory JUNK.
4. Go to the folder where you have unzipped Android SDK and navigate to to ‘sdk’ folder
5a. Windows users: Go to ‘platform-tools folder. Hold down SHIFT key and right-click anywhere in the folder. From the pop-up menu, select ‘Open command window here’. This will open up a command prompt screen.
6. Now, in the command prompt window, Windows users type: adb devices
8. Then windows users type: adb shell
9. Next, type: pm setInstallLocation 2 and press enter. (If this command fails, use this: pm set-install-location 2)
10. Done!
11. To verify, type: pm getInstallLocation and press enter. If you see an output ” 2 [external] ” means that the process is successful.
Now, in your device, go to settings->Applications->Manage Applications->On SD card (in some devices it may be USB Storage), and check the apps that you would like to move to your SD card
I cannot find the SDK folder in the unzipped icon, but I DO get the window command to open when I hold shift and right click the icon. After I type adb devices it tells me "adb is not recognized as an internal or external command, operable program or batch file"
I really just want to be able to use my 32GB SD card on my P1000 Polaroid Android 5.1 Lollipop since Android filled most of my 8GB internal storage with factory JUNK.