如何构建任务 'android:config'
How to build task 'android:config'
我正在尝试使用 motion-game gem,我按照所有步骤设置 rubymotion 和 motion-game,但是 motion-game gem 的一些主要功能正在工作。
我运行:
motion create --template=motion-game HelloGame
cd HelloGame
rake android:config
然后就会发生这种情况
rake aborted!
Don't know how to build task 'android:config'
(See full trace by running task with --trace)
如何解决?
动作游戏 gem 需要 Rails 4.0 才能运行。
我安装了并且运行良好。
我正在尝试使用 motion-game gem,我按照所有步骤设置 rubymotion 和 motion-game,但是 motion-game gem 的一些主要功能正在工作。
我运行:
motion create --template=motion-game HelloGame
cd HelloGame
rake android:config
然后就会发生这种情况
rake aborted!
Don't know how to build task 'android:config'
(See full trace by running task with --trace)
如何解决?
动作游戏 gem 需要 Rails 4.0 才能运行。 我安装了并且运行良好。