After installing apktools from https://apktool.org/docs/install/
and running the command apktook d /pathOfMyapplicaion.apk
I am getting this from the command console:
I: Using Apktool 2.8.1 on base.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\myuser\AppData\Local\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values / XMLs...
I: Baksmaling classes.dex...
I: Baksmaling classes2.dex...
I: Baksmaling assets/audience_network.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
I: Copying META-INF/services directory
C:\Users\myuser>
it is not generating index.android.bundle in any path to continue to the next step.
My project was built with React Native Expo, I don't know if it has any relation with this error.