How to call another android application from app.js of Framework7v (fw7 and"cordova plugin startapp")

I’m trying to use this plugin on the android app that I am working with:
On index.html I have the following:
cordova 01
On app.js I call the plugin using this code:
cordova 02
I encounter this error even though I properly installed the requirements for this plugin.
cordova 03

My purpose is I just want to call another android application from the android application that I am working with.

TIA,

Huteng

all the android plugins used in your application do not work in web emulation.

if you want to test them you must compile the application and then test.

Before compiling make sure to add the plugin initialization in the index.html of your project.