を使用して、「アリテスト」、ant test
は、エラーメッセージで失敗します。ant -v test
実行AndroidのSDKツールのV14にアップグレードすると、最後のプロジェクト構造に既存のプロジェクトを更新した後のAndroid SDKツールのV14
[echo] Running tests ...
[exec] Current OS is Mac OS X
[exec] Executing '/opt/local/share/java/android-sdk-mac_x86/platform-tools/adb' with arguments:
[exec] 'shell'
[exec] 'am'
[exec] 'instrument'
[exec] '-w'
[exec] '-e'
[exec] 'coverage'
[exec] 'false'
[exec] 'xxx.xxx/xxx.xxx'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
の
test:
[echo] Running tests ...
[exec] Syntax error: Bad substitution`
出力
しかし、直接コマンドadb shell am instrument
を実行しても問題ありません。 私の環境はMacではApache Ant(TM)バージョン1.8.2です。 助けてください。
これはエラーを示していますか?次の行は「不正な置換」ですか? –