We will need to check that 'app/src/main/AndroidManifest.xml' exists and use {{manifest package}} value as package name {code: xml} <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="APP_ID_WE_ARE_LOOKING_FOR"> <application ... </application>
</manifest> {code}
Otherwise check for {{package.json}} and {{config.xml}} <widget id="APP_ID_WE_ARE_LOOKING_FOR"... |
|