

- #Android studio 2.2.3 does not need jdk how to
- #Android studio 2.2.3 does not need jdk install
- #Android studio 2.2.3 does not need jdk android
If not, you need to manually download the SDK from Android and copy the templates into your sdk\tools directory.Ħ. (Platform Tools v 16.0 does not include this, but it is needed by Android Studio.) Copy hprof-conv.exe from recent version of Platform Tools into sdk\platform-tools directory. (Newer versions of Platform Tools are incompatible with Windows XP.)Ĥ. Replace Android SDK Platform Tools with Platform Tools version 16. (Android's emulators are incompatible with an AMD chipset.)ģ. Use NOX instead of an Android Studio provided emulator. (Gradle has problems with the whitespace.)Ģ.
#Android studio 2.2.3 does not need jdk install
Do not install Android Studio to the default directory or use any other path which contains whitespace. Use Android Studio 2.2.3 (NOT anything newer! And don't allow it to update!)ġ. Here is a complete list of what I needed to do:ġ.

#Android studio 2.2.3 does not need jdk how to
System PATH: C:\Documents and Settings\All Users\Application Data\Oracle\Java\javapath %SystemRoot%\system32 %SystemRoot% %SystemRoot%\System32\Wbem C:\Program Files\Pinnacle\Shared Files\InstantCDDVD\ C:\WINXPSP3\system32\WindowsPowerShell\v1.0 C:\Program Files\Skype\Phone\ C:\Program Files\Kensington\TrackballWorks C:\devtools\Git\cmd C:\devtools\Git\GitExtensions\ C:\devtools\nodejs\ %ANDROID_HOME%\platform-tools %ANDROID_HOME%\toolsĪny ideas what is wrong or how to fix this?įinally got it working on Windows XP again. User PATH: %JAVA_HOME%\bin C:\Documents and Settings\Brian Kessler\Application Data\npm Received undefinedĪNDROID_SDK_HOME: C:\devtools\Android\sdkĬLASSPATH. Received undefinedĬommand failed: cordova plugin add -forceĮrror: Path must be a string. Installing "cordova-plugin-whitelist" for androidįailed to install 'com.salesforce':TypeError: Path must be a string. This error is not imediately fatal, but after a time I see: Received undefinedĪt D:\tutorials\AndroidStudioProjects\THA\platforms\android\cordova\lib\check_reqs.js:177:42Īt _fulfilled (D:\tutorials\AndroidStudioProjects\THA\platforms\android\cordova\node_modules\q\q.js:834:54)Īt (D:\tutorials\AndroidStudioProjects\THA\platforms\android\cordova\node_modules\q\q.js:863:30)Īt (D:\tutorials\AndroidStudioProjects\THA\platforms\android\cordova\node_modules\q\q.js:796:13)Īt D:\tutorials\AndroidStudioProjects\THA\platforms\android\cordova\node_modules\q\q.js:857:14Īt runSingle (D:\tutorials\AndroidStudioProjects\THA\platforms\android\cordova\node_modules\q\q.js:137:13)Īt flush (D:\tutorials\AndroidStudioProjects\THA\platforms\android\cordova\node_modules\q\q.js:125:13)Īt _combinedTickCallback (internal/process/next_tick.js:67:7)įailed to restore plugin "cordova-plugin-whitelist" from config.xml. When it gets to "Installing "cordova-plugin-whitelist" for android" it fails with:įailed to install 'cordova-plugin-whitelist':TypeError: Path must be a string. I'm currently trying to work my way through the Trailhead " Get Started with Hybrid Development", but am having problems when I attempt to "forcedroid create".
