Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Question Please HELP! - Compile apk

xpress

Extended Member
Ext. Member
Joined
Jan 16, 2020
Messages
95
Reaction score
590
Points
94
Age
32
Location
London
Hi, how can I recompile apk file?
I have problem when compile apk error message is: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1):

how can I fix it?
 

kingpower

Extended Member
Ext. Member
Joined
Apr 8, 2020
Messages
64
Reaction score
139
Points
44
Location
CH
Hi, how can I recompile apk file?
I have problem when compile apk error message is: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1):

how can I fix it?
  1. Download latest apktool version.
  2. Download the batch file and aapt.exe.
  3. Create a folder anywhere in the PC and put all the apktool.jar, aapt.exe and the batch script in that folder.
  4. Open command prompt.
  5. Navigate to the folder where you placed apktool.jar, batch script and the aapt.exe.
  6. Now, you need to install the file using the " IF " command.
  7. Type the following command.
    apktool if name-of-the-app.apk
  8. For decompiling use the command "d". The "d" stands for decompile.
    apktool d name-of-the-app.apk
  9. After the app is correctly decompiled, a new folder will be created in the same folder where you placed your app. This contains all the xml's and smali files which can be edited for different mode's.
  10. To recompile the app use the following command " B ". The "b" simply means recompile.
    apktool b name-of-the-app-folder
  11. The final modded app will be in the "dist" folder located inside the original app folder created by apktool.
Signing the apk

  1. open a new command prompt and change into the sign-apk directory using cmd
  2. move the modified-unsigned apk into this folder
  3. then type the following command -
    java -jar signapk.jar certificate.pem key.pk8 path-of-the-folder-contaning-the-apk.apk path-of-the-new-signed-apk.apk
  4. Once compiled, the signed apk will be found in the same folder.
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock