-2

I have created an IBM worklight project and added the Android environment. When I right-click the Android folder and select Run As, I do not find "run in application".

Additionally, when I Run As Android Studio project, I get an error:

Failed Running Android Studio: Specify location of Android Studio in Window->Preferences->Worklight

Idan Adar
  • 44,156
  • 13
  • 50
  • 89

1 Answers1

1

If you did not install Android Studio, it will obviously not work for you.
Verify you have properly installed Android Studio.

Also make sure that you right-click on the generated Android project. There, you will find under the Run As entry, the "Android application" option.

Additionally make sure you have first created an AVD (Android Virtual Device == the emulator...). Follow this guide.

enter image description here

Idan Adar
  • 44,156
  • 13
  • 50
  • 89