Hi Am working on a project where i have to create both installable and instant apk. It is actually a installable app, now I migrated to instant app. After configuration both the module works fine. But now only instant module is working but not APK module. But it is telling default activity not found in APK module. Can anyone know what is the issue?
I don't know why it is telling, I have not updated anything on apk module debug configuration it was working well. But now it is not working. Can anyone have solution for this issue?
Here is my apkmodule manifest.xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="xxx.xxxx.xxx">
</manifest>