Skip to main content

Posts

Showing posts with the label jdk installation

Android SDK Tools Installation for unity3d - Simple guide

Android SDK Tools Installation for unity3d Simple Guide. When you are building an Android app in Unity, make sure you arranged the Android Software Development Kit (SDK) just before you build and play any code on your Android device. Install JDK Before SDK In case you don’t have a Java Developer Kit (JDK) it is important to download one from here before you can set up the Android SDK. Install Android SDK To develop an Android app you'll want to set up the Android SDK, and this can be downloaded from here . I installed the SDK to c:\android-sdk Enabling USB Debugging Image source kingroot It is important to enable USB debugging with the device. On Android 4.2 and more, the Developer options screen is secret by default. For it to be visible, go to Settings > About phone and tap Build number 7 times. Go back to the previous screen and choose Developer options at the end and turn on USB debugging. On earlier versions of Android, go to Settings > Applications >

Unable to find suitable jdk installation [Quick FIX]

Many begginner game develoeprs error about unable to find suitable jdk installation in unity. No problem it can be solved using this easy solution. First make sure you installed JDK if not download and install now. http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Now you just need to set the path in window Environment 1) Goto the control panel 2) Open the System item 3) Click "Advanced system settings" in the left bar 4) A popup opens 5) Click the Environment Variables button 6) A popup opens 7) In the User variables for USERNAME area click the New. button 8 ) Enter JDK_HOME as Variable name, enter the jdk installation path, in my case C:\Program Files\Java\jdk1.7.0_79\, this can be different in your pc 9) click Ok And you are done! Try building game and this time it will be fixed! see below image for more detail This is the simple guide on terror Unable to find suitable jdk installation hope you like it! S