2

I tried creating an Android workspace with Codenvy with the sample hello world app provided. I built and ran the project. Clicked on 1(execute the run command) and then on 2(preview). enter image description here

enter image description here

I never saw the hello world activity in the emulator screen and I didn't even see the app installed in the APPS section.

Am I doing something wrong?

Para
  • 2,022
  • 5
  • 34
  • 73

1 Answers1

2

You need to follow this guide https://github.com/che-samples/mobile-android-hello-world/blob/master/README.md and install apk once an emulator is started.

bianchi
  • 500
  • 2
  • 12