Android Question Compiling packaging files error

Waldemar Lima

Well-Known Member
Licensed User
hello everyone ! yesterday i had compiled fine ... but today i try compile again and i get error

Compiling log
B4X:
B4A Version: 9.01.2
Java Version: 8
Parsing code.    (0.08s)
Building folders structure.    (0.04s)
Compiling code.    (0.10s)
    
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code.    (0.07s)
Organizing libraries.    (0.00s)
Generating R file.    (0.00s)
Compiling generated Java code.    (2.88s)
Convert byte code - optimized dex.    (6.93s)
Packaging files.    Error
Process timed out.
You can change it under Tools - IDE Options.
AAPT path: C:\android-sdk\tools\..\build-tools\27.0.1\aapt.exe
Exit code:-1

how can i fix it ?
 
Top