Can't build a gluon project for mobile using gradle

我是研究僧i 提交于 2019-11-28 13:45:49

After updating Eclipse Mars I can reproduce your issue, and the solution to get all the tasks back is easy:

Based on this thread, it seems there are public and private tasks.

So only the public tasks (those added to any kind of group) are visible by default:

Click on the down arrow icon on the right of the Tasks View:

Select Show All Tasks:

And you will have a new group: other, with the missing tasks like android, launchIOSDevice:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!