Titanium appcelerator studio Installation issue - android

I am facing problem with Installation of Titanium Studio.
I have set up all the required Environment Variable's
This is my JAVA_HOME variable C:\Program Files (x86)\Java\jdk1.7.0_25;
This is mt Path Variable C:\Development\android-sdk-windows;C:\Development\android-sdk-windows\platform-tools;C:\Development\android-sdk-windows\tools;C:\Program Files (x86)\Java\jdk1.7.0_25;C:\Program Files (x86)\WinAnt\bin;D:\Android SDK\android-sdk_r16-windows\android-sdk-windows\tools;C:\Development\phonegap-2.9.0\lib\android;
I have installed jdk1.7.0_25 and JRE 7.
Also I have given my path of Android SDK D:\adt-bundle-windows-x86_64-20130219\sdk, at Android SDK home variable.
But now when i try to connect Android sdk with Titanium Studio it is just showing me Installing Android and nothing is happening.
When i try to Run an Application it gives me an Error It Appears that you do not have android SDK installed in your system please follow the instructions at the Dashboard to configure SDK
I have followed same but not finding solution, Please help me.
Thanks in advance.

Always have a good look at titanium compatibility matrix.Jdk 1.7 is not compatible until now only 1.6 is suitable for android
http://docs.appcelerator.com/titanium/3.0/#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-JavaDevelopmentKit
Thanks

From Documentation
The 32-bit version of the JDK is required regardless of whether Titanium is running on a 32-bit or 64-bit Windows system.
On Windows, Studio contains its own JRE, meaning you do not need to install the JDK before installing or launching Studio but will need it
to use the Titanium SDK.
Titanium Studio prompts you to install the JDK when installing the Android SDK from the Dashboard on Windows.
Try to install 32 bit java in your system.
Please refer Compatibility and Download

Related

Problem occuring when trying to install Android Studio

When I'm trying to install android studio on my 32 bit Windows 10 computer, it says that an error occurred while trying to compute required packages. What should I do?
Solution:
Download the Java SE Developement Kit (Directdownload for 32Bit) and install it.
After that you can access Android Studio on it's site choosing the No .exe installer version:
Extract it and go into the bin folder and execute studio.exe (this is for 32bit).
PS: The studio64.exe is ONLY recommend for 64bit machines.
This will work! I bet you have installed the wrong Android Studio Version. So uninstall your current Android studio and follow the steps above. Cheers.

i'm having a trouble for installing JDK during installation of android studio.....i'm facing below error

I trying to browse JDK from C:\Program Files\Java\jdk1.7.0_79\bin but still showing me this error
first of all used this version of JDK if you used for android studio
jdk-8u60-windows-x64/32 regarding your os,
jre-8u60-windows-x64
install both JDK & JRE and set ENVIREMENT_VARIABLE,
if you dont know how to set, you can find it link here

How do I install the Android SDK into Netbeans 8.0

I have netbeans 8.0 installed and I have the android SDK file downloaded. How do I exactly install the android SDK? I don't see a .exe file or anything like that? Can someone please help me, this is really frustrating.
Netbeans is also a good environment for android developement, you can refer this link for setting android sdk into netbeans :
https://forums.netbeans.org/topic51543.html
On a 14.10 Utopic Ubuntu amd64 desktop I had to place the following export in ~/.profile
export ANDROID_HOME=/home/username/adt/sdk
Netbeans 8 didn't see the environment variable in the ~/.bashrc, but after exporting it in ~/.profile, Netbeans found the SDK.
Be sure to replace the username and use your local adt install path.

Installing Titanium Studio on Windows 7 64bit machine

Can anybody please share any step by step guide to install and configure Titanium Studio (which version should I use ?) on a Windows 7 64 bit machine for Android development ?
I am trying the latest version but it seems not working. Can't set the andorid sdk path.
I have JDK 1.7 64 bit installed in my machine. I think 32 bit 1.6 is required but it was suppose to be managed by the installer ?
I found a step by step guide with pictures in the documentation. I assume this is what you're looking for? http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_Studio
Check below links :
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f07d923c-a281-3010-72bd-b7bb9dcd3ae2?overridelayout=true
http://www.appliedclub.org/blog/2013/02/12/installing-titanium-appcelerator-on-windows/
http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_Studio
http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_the_Titanium_CLI
Steps you need to follow :
Downloading and Installing Titanium Studio
Launching Titanium Studio
Configuring Titanium Studio
Add path of default Android SDK
Creating a project in Titanium Studio.
Hope this helps.
Please use the documentation itself. The documentation specifically says that you need to use 32 bit java v1.6 regardless of your system configuration, you need to manually install 32 bit java, set the environment variables.
You may also refer
Failed to Load JNI Shared Library When Trying to Use Titanium
how to install sdk Android with titanium
Titanium 3.1.0 - Emulator process exited with code 1 - Can't compile APK
Hope it helped you. Let me know if you have any queries

Android SDK tools setup "Application error"

I'm trying to install the Android SDK tools on my Windows XP SP3. I have jdk1.5.0_06 installed, but the Android SDK setup refuses to with the error in the following image. This happes in the next screen after detecting the JDK instalation.
Is this a known issue? And is there a solution?
Not sure about what the error is. But strongly recommend that you go with JDK 1.6.x version or 1.7x for Android development.
download the installer again & see if it solves the issue. Before installing Android SDK, make sure you have jdk installed on your system. Alternatively you can install eclipse adt plugin & it will automatically install the Android SDK for you. Installing the Eclipse Plugin

Categories

Resources