我正在尝试使用动作游戏宝石,我按照所有步骤设置了rubymotion和动作游戏,但运动游戏宝石的一些主要功能无效。
我跑了:
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)
如何解决?
答案 0 :(得分:0)
动作游戏gem需要Rails 4.0才能运行。 我安装了,它工作正常。