I asked this question in another thread however it doesn’t reflect the topic so I am creating a new one.
I am currently not able to run the android part of a MOE sample. It should work, right ? Otherwise I don’t see the point of having a hibrid project with IOS and Android components.
I haven’t been able to figure out how this can be done: I have Eclipse installed under Windows, MOE plugin, installed the sample projects. How can I run a sample (Android part) in an Android simulator.
I tried it but no luck (see attached acreenshot).
Officially, Google discontinued support for developing Android apps in Eclipse
There is an effort inside Eclipse, the Andmore project to keep Android support alive
Some communities, e.g. libgdx still support working with Eclipse, as far as I know. So it should be possible to import the Android module of a libgdx project into Eclipse, and work with it (although we did not test this ourselves)
The MOE Plugin for Eclipse only handles the iOS module, does not do anything Android related.
The Android modules of the MOE samples were not tested in Eclipse, only in Android Studio.
We should probably make the MOE samples support Eclipse for their Android modules in the future (or at least document the current status clearly). I created an issue for this to track it.
We also know of a project, that is doing cross-platform development with Eclipse, Maven and MOE. They target Android (probably using m2e-android) and iOS (with the MOE Eclipse plugin), and it works fine for them.
that makes sense. I guess the best way for myself to work with Eclipse for now is for the shared resources making an own project and share it as library with the ios and android project.