我下面就http://www.stanford.edu/class/ee368/Android/Tutorial-2-OpenCV-for-Android-Setup-Linux.pdf問題project_create.sh同時運行bash文件
教程但是,當涉及到:在Android的JNI文件夾 sh ./project_create.sh
,我得到這個錯誤:
Error: The project either has no target set or the target is invalid.
Please provide a --target to the 'android update' command.
該project_create.sh文件的內容是
#!/bin/sh
#this generates an ant based cli build of the android-jni project
android update project --name android-opencv \
--path .
我希望能夠對目標由於Android-8,但現在它說:安卓:命令不found.It是最不穩定的,它已經開始給這個錯誤now.Even只需在命令行中輸入Android爲這錯誤。android-sdk已正確安裝。 – 2012-03-07 19:15:46
剛剛試過(2014),'--target = android-19'沒有工作,但'--target android-19'工作。我猜這個語法從等號變成了空格。 – 2014-05-15 08:08:14