numandev1 / react-native-decompiler

Decompile React Native Android/IOS Bundle.
GNU Affero General Public License v3.0
275 stars 25 forks source link

not getting index.android.bundle file at pathOfApkFile/assets/index.android.bundle or any path #26

Open Eliezer47 opened 1 year ago

Eliezer47 commented 1 year ago

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.