O
O
offyura2014-01-20 13:57:36
JavaScript
offyura, 2014-01-20 13:57:36

How to solve problems installing Titanium Studio on Win 7?

I actually solved the problem. The question is - did anyone else have problems installing the studio on Windows and how did they solve them?
In office I didn't find any documentation to solve the problem.
The studio seems to be installed, the editor works, at first glance everything is ok) But the programs are not installed and the emulator does not start (we are talking about android).
Having killed a considerable amount of time, the problems were solved by googling English-language forums and by trial and error. Here is a list of nuances for installing Titanium Studio:
- at the moment the studio works only with jdk 6;
- installation paths, including the username, must not contain Cyrillic characters;
- It's better to install the Android SDK yourself, and not the one that the program installs, since there is no SDK Manager with it (or I'm too lazy to figure out how to run it there);
- in system variables you need to add android_sdk - C:\Program Files\Android\android-sdk and JAVA_HOME - C:\Program Files\Java\jdk1.6.0_45;
- add value to Path variable - ...;%JAVA_HOME%\bin;%android_sdk%;C:\Program Files\Android\android-sdk\platform-tools;C:\Program Files\Android\android-sdk\android -sdk\tools
- in order for the studio to see your installed Android SDK, you need to specify it in the Windows/Preferences/Studio/Platforms studio settings;
Maybe this is not so much a question, but as an answer to it) I think it will be useful to someone in the future

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question