Hello,
I’m traying to create a VD player for my application. I have followed this guide https://forum01.microej.com/t/how-to-generate-a-standalone-simulator-virtual-device-player-that-runs-without-microej-sdk-studio-installed-on-your-machine/162 from the forum
but i’m getting this error while building the project.
* Problem Report:
The application.main.class is not set.
* Recommendation...
Run easyant with -verbose or -debug option to get more details.
Total time: 16 seconds
This is confusing me, as the guide tells to replace this prop with another one.
In your player project, open the
module.ivy
file and replace<ea:property name="application.main.class" value="com.microej.example.Main"/>
by this property<ea:property name="virtual.device.sim.only" value="SET"/>
Do you have any clue on that ?
Thanks