Titanium Alloy With Android Emulator On Windows 10
I'm having huge problems with Titanium Alloy on Windows 10. I am using the Atom editor to write my apps. Whenever I execute ti build, enter the command up to 10(!!!) times until an
Solution 1:
The process terminates after building the APK file. If the emulator is running, it is possible to manually install the APK. Use this command in the Command Line:
<AndroidSDKfolder>\platform-tools\adb.exe -s emulator-5554 install -r -d <projectpath>\<projectfolder>\build\android\bin\<projectname>.apk
The project name is equal to the project folder name. After installing the APK, the application can be started manually in the emulator.
Nonetheless, there are still a lot of issues when developping on Windows 10... I think this forces me to switch to a MAC.
Post a Comment for "Titanium Alloy With Android Emulator On Windows 10"