android - Failed to run dexer - New install, sample app ("Movies") -
i've been searching around , haven't been able resolve issue. trying run sample "movies" app using android emulator. fresh appcelerator, android sdk install on windows 7.
here error output:
[error] application installer abnormal process termination. process exit value 1 [error] : failed run dexer: [error] : [error] : error: unable access jarfile null 2016-01-27t21:36:29.189z | trace | titanium exited exit code 1 2016-01-27t21:36:29.190z | error | error: ti run exited error code 1 @ childprocess.<anonymous> (c:\users\andrew\.appcelerator\install\5.1.0\package\node_modules\appc-cli-titanium\plugins\run.js:92:66) @ childprocess.emit (events.js:110:17) @ process.childprocess._handle.onexit (child_process.js:1074:12) 2016-01-27t21:36:29.191z | trace | sending exit signal titanium process: 7032 troubleshooting:
- ensure latest sdk installed via android.bat (build tools 23.0.2)
- configure file locations zipalign, aapt, aidl, , dx
- run
aapc ti config android.dx.maxmemory 512m - edit tiapp.xml
android:targetsdkversion="23"
here environment check output:
/ node.js √ node installed (v0.12.7) √ npm installed (v2.11.3) titanium cli * cli new version v5.0.6 available (currently v5.0.5) titanium cli dependencies √ async up-to-date (v1.4.2) √ colors up-to-date (v1.1.2) √ fields up-to-date (v0.1.24) √ humanize up-to-date (v0.0.9) √ longjohn up-to-date (v0.2.9) √ moment up-to-date (v2.10.6) √ node-appc up-to-date (v0.2.31) √ request up-to-date (v2.62.0) √ semver up-to-date (v5.0.3) √ sprintf up-to-date (v0.1.5) √ temp up-to-date (v0.8.3) √ winston up-to-date (v1.0.2) × wrench missing titanium sdk √ latest sdk installed (v5.1.2.ga) √ selected sdk up-to-date (v5.1.2.ga) android environment √ sdk installed (c:\android-sdk-win) ! tools untested version 24.4.1; may or may not work √ platform tools installed (v23.1) × build tools unsupported version 21.1.2 √ adb installed c:\android-sdk-win\platform-tools\adb.exe √ android installed c:\android-sdk-win\tools\android.bat √ emulator installed c:\android-sdk-win\tools\emulator.exe √ mksdcard installed c:\android-sdk-win\tools\mksdcard.exe √ zipalign installed c:\android-sdk-win\build-tools\23.0.2\zipalign.exe √ aapt installed c:\android-sdk-win\build-tools\23.0.2\aapt.exe √ aidl installed c:\android-sdk-win\build-tools\23.0.2\aidl.exe √ targets installed (4 found) √ avds installed (1 found) √ ndk installed (undefined) √ ndk-build installed (undefined) java development kit √ jdk installed (v1.7.0) √ java installed c:\program files\java\jdk1.7.0_51\bin\java.exe √ javac installed c:\program files\java\jdk1.7.0_51\bin\javac.exe √ keytool installed c:\program files\java\jdk1.7.0_51\bin\keytool.exe √ jarsigner installed c:\program files\java\jdk1.7.0_51\bin\jarsigner.exe intel® hardware accelerated execution manager (haxm) √ compatible ! installed not found; install haxm use android x86 emulator network √ online - no proxy server configured × https://www.google.com (http status: 404) unreachable √ java-based connection test directory permissions √ home directory √ titanium config directory √ titanium sdk install directory √ temp directory
i've tried sample , although did not run dexer issue did ran other issues because of out of date things in tiapp.xml.
Comments
Post a Comment