Ares-install error service is not running


I've tried packaging with app and service. but everytime I try to install the ipk files on my emulator. it gives me error that the service is not running.
how can I solve this error? please give some advice. thanks

@miiiiiin,

This issue is also related to your previous issue.

There seems to be an issue with the build environment of yours. In the ipk you sent by email, com.gbg.smartcane_1.0.0_all.ipk, control.tar file was empty.

When you use a correctly built ipk, you can see some files in the control.tar. The following command is the example:

Since ipk is not properly bundled, these ipk are not installed in the target.

My recommendations are:

  1. If you also failed to reproduce our web app tutorial, please set up your host PC's environment again.

    Developing External Web Apps | webOS Open Source Edition

  2. But if you succeed in reproducing the tutorial, somewhere in your source codes might be wrong.

Thanks