[AC-419] Build impossible
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | n/a | 
| Status | Resolved | 
| Resolution | Not Our Bug | 
| Resolution Date | 2015-11-10T05:54:56.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | n/a | 
| Labels | android, appcelerator | 
| Reporter | Gaetano Scebba | 
| Assignee | Mostafizur Rahman | 
| Created | 2015-08-29T13:37:34.000+0000 | 
| Updated | 2015-11-10T05:54:56.000+0000 | 
Description
	Since yesterday I cannot build my project. Maybe an update has destroyed something.
The following is the console output:
[INFO] :   Forcing rebuild: D:\Appcelerator_Studio_Workspace\KITRomeV2\build\android\build-manifest.json does not exist
[INFO] :   Launching emulator: S4
[INFO] :   Emulator already running
[INFO] :   Emulator is booted
[INFO] :   SD card not required, skipping mount check
[INFO] :   Emulator ready!
[WARN] :   Overwriting file D:\Appcelerator_Studio_Workspace\KITRomeV2\build\android\bin\assets\Resources\KS_nav_ui.png
[WARN] :   Overwriting file D:\Appcelerator_Studio_Workspace\KITRomeV2\build\android\bin\assets\Resources\KS_nav_views.png
[WARN] :   Overwriting file D:\Appcelerator_Studio_Workspace\KITRomeV2\build\android\bin\assets\Resources\appicon.png
[INFO] :   Processing JavaScript files
TRACE  | titanium exited with exit code 1
[ERROR] Application Installer abnormal process termination. Process exit value was 1
I have reinstalled the SDK (r24.3.4) but nothing changed. 
What can I do to repair?
Ciao
Hi , Thanks for your concern. Please *check your environment*.Go your studio > terminal
$ appc ti setup ──────────────────────┤ Main Menu ├─────────────────────── 1) quick Quick Setup 2) check Check Environment 3) user User Information 4) app New App Defaults 5) network Network Settings 6) cli Titanium CLI Settings 7) sdk Titanium SDK Settings 8) ios iOS Settings 9) android Android Settings 10) exit Exit Where do you want to go? 2Yes: ──────────────────┤ Check Environment ├─────────────────── Node.js V node up-to-date (v0.12.7) npm new version v3.3.1 available! (currently v2.11.3) Titanium CLI V cli up-to-date (v4.1.5) Titanium CLI Dependencies V async up-to-date (v0.2.10) V colors up-to-date (v0.6.2) V fields up-to-date (v0.1.24) V humanize up-to-date (v0.0.9) V jade up-to-date (v0.35.0) V longjohn up-to-date (v0.2.8) V moment up-to-date (v2.4.0) V node-appc up-to-date (v0.2.26) V optimist up-to-date (v0.6.1) V request up-to-date (v2.27.0) V semver up-to-date (v2.2.1) V sprintf up-to-date (v0.1.5) V temp up-to-date (v0.6.0) V winston up-to-date (v0.6.2) V wrench up-to-date (v1.5.8) Titanium SDK V latest sdk installed (v3.5.1.GA) V selected sdk up-to-date (v3.5.1.GA) Android Environment V sdk installed (C:\android-sdk) ! tools untested version 24.3.4; may or may not work ! platform tools untested version 23; may or may not work ! build tools untested version 23.0.0; may or may not work V adb installed C:\android-sdk\platform-tools\adb.exe V android installed C:\android-sdk\tools\android.bat V emulator installed C:\android-sdk\tools\emulator.exe V mksdcard installed C:\android-sdk\tools\mksdcard.exe V zipalign installed C:\android-sdk\build-tools\23.0.0\zipalign.exe V aapt installed C:\android-sdk\build-tools\23.0.0\aapt.exe V aidl installed C:\android-sdk\build-tools\23.0.0\aidl.exe V targets installed (19 found) V avds installed (1 found) ! ndk Android NDK not found Java Development Kit V jdk installed (v1.8.0) V java installed C:\Program Files (x86)\Java\jre1.8.0_45\bin\ja va.exe V javac installed C:\Program Files (x86)\Java\jdk1.8.0_40\bin\ja vac.exe V keytool installed C:\Program Files (x86)\Java\jdk1.8.0_40\bin\ke ytool.exe V jarsigner installed C:\Program Files (x86)\Java\jdk1.8.0_40\bin\ja rsigner.exe Intel® Hardware Accelerated Execution Manager (HAXM) V compatible ! installed not found; install HAXM to use Android x86 emulator Network V online no proxy server configured × https://www.google.com (HTTP status: 404) is unreachable V Java-based connection test Directory Permissions V home directory V titanium config directory V titanium sdk install directory V workspace directory V temp directory
Hi , Can you please upgrade your android SDK and tools ? Make sure the following this :
Intel® Hardware Accelerated Execution Manager (HAXM) ✓ compatible ✓ installedHi , Build apps on android is working fine me . However, feel free to reopen with additional information if you notice otherwise. Thanks
SDK doesn't have any upgrade. All modules are up-to-date. Regarding HAXM, I have a problem on my HP z230 (witch Intel i5): it supports Intel-VT but the installation process says that it isn't turned on (it is incorrect, because it is turned on at BIOS level). But I suppose it isn't necessary if I use an AVD with arm processor. Instead, is there a guide where is described, exactely, what are the prerequisites for Appcelerator Studio? (Node.js, npm, Java -32 or 64 bit, ...). Ciao!
Hi, Thanks for your concern. Yes, you must meet the minimum requirements in order to run a Appcelerator environment. Please take a look on documentation : [Prerequisites](http://docs.appcelerator.com/platform/latest/#!/guide/Prerequisites). Thanks