android - nativescript sample projects fail with error Command ant failed with exit code 1 -
i went through setup steps - on mac - sample nativescript projects fail same error.
"command ant failed exit code 1"
here log trace: https://gist.github.com/getsetbro/c0225e8fc493d57b3f64
other info android studio on mac run projects fine in emulators , connected devices same projects run in ios emulator without errors.
i installed jdk 8, never had version 7 on system.
i see following error in logs.
cannot run program "/users/sb/documents/dev/nativescript/test_nativescript/platforms/android/${aapt}"
i might wrong seems aapt tool missing $path environment variable. if case, try adding <android_sdk_root>/tools $path
Comments
Post a Comment