Sami
Sami

Reputation: 564

IBM MobileFirst Platform 7.1 doesn't create android project from the hybrid app

I have an IBM MobileFirst Platform running on my eclipse and I have created a hello app with adding android environment to it. However, when I build the android environment, it just creates the native folder without creating the android project separately that I need to use to run using Android Studio. Is something wrong with my setup?

Jave Version:

Listening for transport dt_socket at address: 10777
Launching worklight (WebSphere Application Server 8.5.5.5/wlp-1.0.8.cl50520150305-2202) on Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121-b13 (en_US)

IBM MobileFirst Platform Version:

7.1.0.00.20170301-1645

Hello app project:

enter image description here

Upvotes: 0

Views: 224

Answers (2)

Kavitha Varadarajan
Kavitha Varadarajan

Reputation: 281

  1. Check if all the Android plugins are installed enter image description here

I have seen the same issue but issue got resolved after 1. All above android plugins are installed 2. Oracle JDK8 made as default JDK for starting Android Plugin 3. I have tried this using Eclipse version Kepler and Mars.

Upvotes: 1

S.A.Norton Stanley
S.A.Norton Stanley

Reputation: 1873

Right click on the android environment and select Run As -> Build Android Environment (This will create the Android project separately) or You can directly select Run As -> Android Studio Project and run the application using Android Studio (Make sure you have set the path to Android Studio installation in the preferences).

enter image description here

Upvotes: 1

Related Questions