Reputation: 657
I have an application which is support for the platforms Android and iOS. Early i used IBM Woklight - Cordova(6.x).
Then Early Worklight released version 7.0 with name Mobilefirst . So i modifed my application by update mobilefirst version.
Mobilefirst 7.0 not support to run in Anroid studio, So i am using some deprecated methods.
Now Mobilefirst 8.0 ,look like different and its documents seems like should install THyM .
If i start using THyM , Can possible to use Android studio? And which one is best?
Thanks in Advance!
Upvotes: 0
Views: 75
Reputation: 2174
Your Question: Mobilefirst 7.0 not support to run in Anroid studio, So i am using some deprecated methods.
In MobileFirst 7.x, Gradle is currently not supported in hybrid applications that are generated either in MobileFirst Studio or via the command-line interface (CLI). If you choose to work with Android Studio, you do not need to install the ADT Eclipse plug-in.
After installing Android Studio, you must configure MobileFirst Studio to use it. In Eclipse, select File > Preferences > MobileFirst and provide the root location for the Android Studio folder.
Your Question: If i start using THyM , Can possible to use Android studio? And which one is best?
Check this answer: Unable to launch IBM MobileFirst foundation studio 8.0 in eclipse
Upvotes: 0