How can I get package name of my app, I tried to get source code from JAVA bridge, un fortunately failed, any help PLZ
Do you have an aia project of your app ?
or
-
AIA (as shown above).
-
APK (without decompiling)
2.1 Open archive of the APK with 7-Zip (WinRAR)
2.2 View / Edit "AndroidManifest.xml"
2.3. Search for "package"
.............................
a p p i n v e n t o r . a i _ b o d y m i n d p o w e r . E s s a i _ D L _ m p 3 _ V 2
After removing all spaces:
appinventor.ai_bodymindpower.Essai_DL_mp3_V2 -
AAB
3.1 Open archive of AAB with 7-Zip
3.2. Open → base → manifest
3.2 View / Edit "AndroidManifest.xml"
2 Likes