Titanium Studio Error: No Android SDK found - titanium

I am new to the Titanium or any other cross platform SDK. I am facing issues with the setup of Titanium Studio. I followed steps as below:
Installed NodeJS
Installed JDK 1.7 update 55 32-bit
Installed Titanium Studio 3.2.3
After first launch of Titanium Studio it installed the Titanium SDK, Alloy, Titanium CLI and other updates. In the preferences,
Titanium SDK Path
C:\Users\<UserName>\AppData\Roaming\Titanium\
ANDOIRD SDK Path
E:\adt-bundle-windows-x86_64-20131030\sdk
Environment Variables are set as follows:
ANDROID_SDK
E:\android-sdk-windows
ANDROID_SDK_HOME
c:\users\<UserName>
JAVA_HOME
C:\Progra~2\Java\jdk1.7.0_55
Path
C:\Program Files\TortoiseSVN\bin;c:\Progra~2\Java\jdk1.7.0_55\bin;C:\Program Files\nodejs\;C:\Program Files (x86)\Git\git-cheetah\..\bin;E:\android-sdk_r22.3-windows\android-sdk-home\tools;E:\android-sdk_r22.3-windows\android-sdk-home\platform-tools;C:\Program Files (x86)\Git\bin;C:\Program Files\nodejs
There are two problems here:
Alloy is not available in the new project template and
Android SDK is not available in the project template

On Windows Min JDK Version supported is 6 (aka 1.6) rev 10 and Max JDK Version supported is 6 latest revision.
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.
For more details please check this link.

Related

Execute Intellij Idea action when Editor window looses focus

Is there a way to run an action in Intellij Idea when I switch to the Emulator (Intellij Idea Editor looses focus).
What I want to archive: when I switch to Android Emulator I want to see the code changes without pressing the Keyboard shortcut each time:
In case this is not possible, is there a way to listen to Editor window focus changed event to write a small plugin ?
These are my current IDE settings:
Output of Flutter doctor:
flutter doctor -v
[√] Flutter (Channel dev, v1.2.2, on Microsoft Windows [Version 10.0.17134.590], locale en-US)
• Flutter version 1.2.2 at C:\dev\flutter\sdks\flutter-sdk
• Framework revision 007a415c2a (3 days ago), 2019-02-21 20:22:47 -0800
• Engine revision f1f19bba8f
• Dart version 2.2.0 (build 2.2.0-dev.2.1 c92d5ca288)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at C:\dev\android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
• All Android licenses accepted.
[!] Android Studio (version 3.3)
• Android Studio at C:\Program Files\Android\Android Studio
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
[√] IntelliJ IDEA Community Edition (version 2018.3)
• IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.3.4
• Flutter plugin version 33.2.2
• Dart plugin version 183.5901
[!] VS Code, 64-bit edition (version 1.25.1)
• VS Code at C:\Program Files\Microsoft VS Code
X Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (1 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android 8.1.0 (API 27) (emulator)
! Doctor found issues in 2 categories.
Enable "Perform hot reload on save"

VS 2013 Cordova CTP 3.1: Windows-AnyCPU fails to install with Error : DEP0730

I have upgraded to VS2013 Cordova CTP3.1 and now cannot install the app to Windows-AnyCPU.
The Cordova app builds successfully but then fails to deploy reporting the following error :-
Error 13 Error : DEP0730 : Registration of the application failed because no Developer License is installed on the target machine. Package Microsoft.WinJS.1.0_1.0.9866.0_neutral__8wekyb3d8bbwe with Windows Store origin cannot be sideloaded or installed using developer mode option. (0x80073cff)
The app successfully builds and deploys to Windows Phone 8, Windows Phone (Universal), Android and iOS.
I do have a valid development Licence until September this year and a C++ Windows App Store project successfully built, installed and ran on the PC.
Can anyone please help.
Are you running this on Window10 Preview machine? There is a known issue with trying to build a Cordova app for Windows-AnyCPU on Windows10 Preview OS, as explained here

Rational Application developer 9.0 and worklight studio 6.0 run android application Errors occurred during the build

I try using Rational Application developer 9.0 and worklight studio 6.0 run android application. But have below
Errors occurred during the build.
Errors running builder 'Android Package Builder' on project 'HelloTestHelloWorldAndroid'.
sun/security/x509/X500Name
Before see many answer is about JDK version is not mathch. I have download JDK 1.7 and install setting the JAVA_Home. And someone another method is change eclipse.ini setting. The RAD eclipse.ini is different with eflipse juno version. So i try many method unitl now the error is persists.
I checked around on this and here is the info I got:
The issue is either you have the wrong JDK on the system or have the correct JDK but wrong JDK first in the classpath look-up.
A) Make sure you just have one JDK on the system and it is 32-bit SUN JDK - since Android SDK depends on this JDK
B) Find all other JDKs on the system and uninstall them
C) Make sure you have JDK from Sun and not JRE.

Can Worklight Studio 6.0 and Worklight Studio 6.1 be installed on the same machine

I have a laptop running Windows 7 Pro. Is it safe to install both WL studio 6.0 and 6.1 on the same laptop? If it is safe to have both versions installed can the Android SDKs be shared between the installs or should each version of WL studio have its own install of the Android SDKs.
Thank you for any advice you can provide.
You can easily install multiple versions of WL studio on 1 machine, just use a fresh install of Eclipse for each version. Creating separate workspaces inside of eclipse will have the same version of WL across all workspaces so you will need multiple Eclipse instances to accomplish this. In regards to your Android SDK question you can point each eclipse instance to the same Android SDK, but you will need to install the android tools on each version in order to work properly.
Please make sure you are running the latest 6.0.0.x ifix when attempting to run at the same time as some issues were resolved in this version. If you are an IBM WL customer please request the latest fix pack containing this fix.
Also, ensure you install the right version of Eclipse for each Worklight Studio version. Worklight 6.0 only runs on eclipse 4.2.2 (Juno SR2), while Worklight 6.1 runs on either eclipse 4.2.2 or eclipse 4.3.1 (Kepler SR1). See System Requirements for detailed requirements for all Worklight versions.

Can't execute Titanium Studio on Windows 8

I installed Titanium Studio properly and when I execute it, gives me an error like this
"Failed to load the JNI shared library C:\Program files\Java\JDK 1.7.0_17\bin\...\jre\bin\server\jvm.dll"
NOTE: I have java 64bit version.
It might be the issue with the SDK. In order to run Titanium Studio and the Titanium Mobile SDK successfully, your system environment must meet the following condition
For Windows, the 32-bit version of Java JDK is required regardless of
whether Titanium is running on a 32-bit or 64-bit system.
Please read System Requirements before installing the Titanium Studio.
I hope this will help you