Search code examples
androidneomad

Launch NeoMAD application with emulator


I am trying to launch one of their examples for android to test it on emulator, so i opened eclipse, and installed the NeoMAD plugin,then add the emulator genymotion (Name: Genymotion / Location: http://plugins.genymotion.com/eclipse)

However when I try to launch it for ANDROID I get an error:

com.neomades.neomad.ideconnector.PluginConnector.getProject(Ljava/io/File;)Lcom/neomades/neomad/ide/IProject;

although the apk file was generated by NeoMAD but it doesn't launch also the source code was not generated.

Does anyone know how to fix this problem? Have I done something wrong?


Solution

  • Check if you have the latest NeoMAD version (3.7.1) released on 01/30/2015 because the previous version (3.7.0) have a launch simulator bug. And it could be the problem you talk about.

    NeoMAD can deploy application on simulator or device if it is detected by ADB, so you should not have any problem if your simulator is already launched.

    To generate a project:

    • right click on your NeoMAD project
    • NeoMAD Tools -> Generate project

    Cheers