| We will need to check that 'app/src/main/AndroidManifest.xml' exists and use manifest package value as package name
<?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>
|
|