Error while running simple app in Titanium Studio -


am new titanium app development , using fedora operating system , titanium studio titanium sdk 3.1.2.ga develop app. when create , run sample program, showing following issue.

[error] exception occured while building android project: [error] traceback (most recent call last): [error]   file "/root/.titanium/mobilesdk/linux/3.1.2.ga/android/builder.py", line 2596, in <module> [error]     builder.build_and_run(false, avd_id, debugger_host=debugger_host, profiler_host=profiler_host) [error]   file "/root/.titanium/mobilesdk/linux/3.1.2.ga/android/builder.py", line 2400, in build_and_run [error]     launched, launch_failed = self.package_and_deploy() [error]   file "/root/.titanium/mobilesdk/linux/3.1.2.ga/android/builder.py", line 1881, in package_and_deploy [error]     self.keystore_alias], protect_arg_positions=(6,)) [error]   file "/root/.titanium/mobilesdk/linux/3.1.2.ga/android/run.py", line 45, in run [error]     process = subprocess.popen(args, stderr=subprocess.pipe, stdout=subprocess.pipe) [error]   file "/usr/lib/python2.7/subprocess.py", line 679, in __init__ [error]     errread, errwrite) [error]   file "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child [error]     raise child_exception [error] oserror: [errno 2] no such file or directory [error] :  build process exited code 1 [error] :  project failed build after 29s 938ms [error] application installer abnormal process termination. process exit value 1 

please me out of this.

try clearing out build folder , attempting rebuild again.

it seems this happens quite bit when upgrading new versions


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -