[AC-1294] I can't compile the project.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2014-03-26T03:27:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Studio, Titanium SDK & CLI |
Labels | android, studio3 |
Reporter | Alberto Gómez Garza |
Assignee | Ritu Agrawal |
Created | 2014-03-20T17:34:33.000+0000 |
Updated | 2016-03-08T07:37:41.000+0000 |
Description
1- Open the project
2- Run/Run Configurations
3 - Create a new Android Emulator.
4 - Click on emulator.
5 - Click on manage AVDs
6 - Select an emulator.
7 - Apply and run.
Error:
" --skip-js-minify was unexpected at this time.
C:\Users\alberto.gomez\Documents\Titanium_Studio_Workspace\CCMHeinekenSimulador> "C:\Users\alberto.gomez\AppData\Roaming\npm\\node.exe" "C:\Users\alberto.gomez\AppData\Roaming\npm\\node_modules\titanium\bin\titanium" --no-colors --no-progress-bars --no-prompt build --platform android --sdk 3.2.1.GA --log-level trace --target emulator --android-sdk C:\android-sdk-win --device-id "7" WSVGA (Tablet)" --skip-js-minify
[ERROR] Application Installer abnormal process termination. Process exit value was 255
Attachments
File | Date | Size |
---|---|---|
Captura de pantalla 2014-03-20 11.07.13.png | 2014-03-20T17:34:33.000+0000 | 493188 |
Captura de pantalla 2014-03-20 11.07.41.png | 2014-03-20T17:34:33.000+0000 | 482920 |
Captura de pantalla 2014-03-20 11.07.55.png | 2014-03-20T17:34:33.000+0000 | 276294 |
Captura de pantalla 2014-03-20 11.08.03.png | 2014-03-20T17:34:33.000+0000 | 282230 |
Captura de pantalla 2014-03-20 11.08.15.png | 2014-03-20T17:34:33.000+0000 | 308798 |
Captura de pantalla 2014-03-20 11.08.34.png | 2014-03-20T17:34:33.000+0000 | 329914 |
Captura de pantalla 2014-03-20 11.18.06.png | 2014-03-20T17:34:33.000+0000 | 553729 |
Please attach the complete output of the command "Titanium info" to diagnose the issue further. We have not certified Titanium Studio with JRE 1.8.0 version yet. Can you please try using JDK/JRE 1.7 version and see if helps resolve the issue?
It's already attached now to the description.
Your device ID, 7" WSVGA (Tablet), is causing this issue. Since you have double quote as part of device ID, CLI command is incorrectly formed: --device-id "7" WSVGA (Tablet)" --skip-js-minify. We can enhance our tooling to handle double quote in device ID better but you can work around this issue for now by using a name that does not include a double quote.
I've attached the evidence. I've changed the name and used another AVD and still doesn't work. https://www.dropbox.com/s/tqheyhzalprqahf/Captura%20de%20pantalla%202014-03-24%2010.40.19.png
Thanks for providing the requested information. Can you please try one more time with a simple AVD name of one word i.e. just use Nexus as the AVD name? It would help us to narrow it down further. Thanks for your patience.
I did it, now I can run the emulator, thank you.
Great! Glad that things are working for you now.
how can I change the resolution to resolved?
No worries.I will do it:)
Duplicate of TC-3937. Please follow that ticket for further updates.