我是科爾多瓦全新的,但現在我已經安裝了科爾多瓦NPM並安裝了Android SDK並設置了一個似乎完美工作的AVD,直到我想模仿我的項目。由於某種原因實際應用程序未加載到仿真器中。科爾多瓦加載應用程序到Android模擬器
以下操作完成後:
marvin:HelloWorld$ cordova -d emulate android
cordova library for "android" already exists. No need to download. Continuing.
Wrote out Android application name to "HelloWorld"
Wrote out Android package name to "com.example.hello"
Calling plugman.prepare for platform "android"
Preparing android project...
Processing configuration changes for plugins.
Iterating over installed plugins: []
Writing out cordova_plugins.js...
Running on emulator for platform "android" via command ""/home/marvin/Development/projects/HelloWorld/platforms/android/cordova/run" --emulator" (output to follow)...
然後啓動Android模擬器,但應用程序是不存在的。有沒有人有解決這個問題的建議,所以我有能力在我的模擬器中進行實際測試?
預先感謝您。
你是在哪裏添加的? – ajbraus
如果您使用的是Mac,您可以編輯.bash_profile並在其中設置路徑。在Windows上,編輯環境變量並在其中添加追加到PATH。 –
我已經做到了,......我在系統變量(windows)中有一個名爲PATH的變量。該位置是「D:\ apps \ installed \ adt-x86x64 \ sdk \ platform-tools」,但仍然一旦模擬器運行...就沒有啓動應用程序。任何其他線索? @mirazasx – gumuruh