Unable to launch IBM MobileFirst foundation studio 8.0 in eclipse

…衆ロ難τιáo~ 提交于 2019-12-02 00:19:39

In MobileFirst v8.0 you no longer use Studio to create "projects" to create Hybrid apps, rather you use the Cordova CLI to create a Cordova app, and also use the Cordova CLI to add the MobileFirst SDK (plug-in) to the Cordova app.

The Studio plug-in for Eclipse in v8.0 is used to expose functionality provided by the MobileFirst CLI (register app, open console, and so on...), and so it will work only if you will also have the MobileFirst CLI installed, as well as the THyM plug-in for Eclipse, which makes Eclipse into a dev environment for Cordova apps. See this video : https://youtu.be/yRe2AprnUeg

Command Line is the best way to set up the development environment for IBM MobileFirst Foundation 8.0.

Application development

At the very minimum, the following software is needed:

  • NodeJS (requirement for MobileFirst CLI)
  • MobileFirst CLI
  • Cordova CLI

  • IDEs: Xcode, Android Studio, Visual Studio, Atom.io / Visual Studio Code / WebStorm / IntelliJ / Eclipse / other IDEs

Adapter development

  • NodeJS (requirement for MobileFirst CLI)
  • MobileFirst CLI
  • Maven (requires Java)
  • IDEs: IntelliJ / Eclipse / other IDEs

I suggest that you will take a tour of Setting Up the Development Environment for MobileFirst Foundation 8.0.

See here:

https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/application-development/using-mobilefirst-cli-in-eclipse/

http://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/development/

http://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/development/cordova/#installing-the-cordova-cli

http://mobilefirstplatform.ibmcloud.com/downloads/#mobilefirst-cli

Eclipse Neon is currently not yet supported. Please try using Juno version instead.

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