나는 지난 2 일 동안 cordova가 프로젝트의 안드로이드 플랫폼을 감지하고 설치하도록 노력하면서 내 머리카락을 꺼내 왔습니다.Cordova Android Linux에 설치
특정 오류 :
Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.
Command finished with error code 8
나는 솔루션에 대한 그물을 흐르고있다. 이 명령을 실행할 때
export ANDROID_HOME=~/adt-bundle-linux-x86_64-20140702/sdk/platform-tools
export ANDROID_SDK_HOME=~/adt-bundle-linux-x86_64-20140702/sdk/platform-tools
export PATH=${PATH}:~/adt-bundle-linux-x86_64-20140702/sdk/tools
export PATH=${PATH}:~/adt-bundle-linux-x86_64-20140702/sdk/platform-tools
내가 오류 : 어떤 도움을 주시면 감사하겠습니다
sudo cordova platform add android -d
여기의 .bashrc 파일입니다!
자세한 정보는 : 나는 "안드로이드"명령을 실행하면
, 나는 SDK 응용 프로그램 시작을 얻을, 그래서 나는 작품 것을 알고있다. 필자는 SDK 용 최신 빌더 도구도 설치했습니다.