2015-12-01 69 views
0

我創建使用煎茶觸摸科爾多瓦應用構建問題

sencha generate app SenchaTest C:\users\username\deskop\SenchaTest 

從那裏我用

sencha cordova init 

看來,直到這裏一切都很好初始化科爾多瓦的應用程序。

我編輯app.jason包括

"platforms": "android", 
在構建部分

我然後運行

sencha app build native 

要構建科爾多瓦應用

它導致這個錯誤靠近命令輸出結尾

[ERR] The following error occurred while executing this line: 
C:\Users\mferreira\Desktop\SenchaTest\.sencha\app\build-impl.xml:286: The follow 
ing error occurred while executing this line: 
C:\Users\mferreira\Desktop\SenchaTest\.sencha\app\sass-impl.xml:299: The followi 
ng error occurred while executing this line: 
C:\Users\mferreira\Desktop\SenchaTest\.sencha\app\sass-impl.xml:305: Problem: fa 
iled to create task or type x-compass-compile 
Cause: The name is undefined. 
Action: Check the spelling. 
Action: Check that any custom tasks/types have been declared. 
Action: Check that any <presetdef>/<macrodef> declarations have taken place. 

我確實安裝了指南針,它是一個全新的應用程序,所以它不能成爲我的版本sencha cmd的問題。完全不知如何解決這個問題。不知道如何開始包裝這個東西的Android/Windows開發

我假設我應該有一個生成在cordova \ app.json中的「平臺」。

+0

你有安裝螞蟻嗎? –

回答

2

您是否安裝了指南針選項的Sencha CMD?我有同樣的問題,這個小東西爲我工作。

+0

這個工程,謝謝 –