Android Question Error when compiling in windows 7 ultimate !!

MarcioCC

Member
Licensed User
Longtime User
good afternoon following personnel formatted my note and the operating system was xp now put the windows 7 ultimate installed jdk-8u73-windows-x64 and SDK ANDROID installer_r16-windows the B4A is version 5.2 it opens more normal when I compile my app of this error:
B4A version: 2.5 (1)
Parsing code. (0.01s)
Compiling code. (0.10s)
Compiling code layouts. (0.00s)
Generating R file. (0.25s)
Compiling code debugger engine. (2.92s)
Compiling generated Java code. (2.86s)
Convert byte code - optimized dex. (1.26s)
Packaging files. (0.47s)
Copying libraries resources (0.00s)
Signing package file (debug key). (0.97s)
Zipalign file. error
Can not find:
Please configure paths (Tools - Configure Paths).
The zipalign file must be in that directory and which folder ??
Has anyone seen this error ??
 

DonManfred

Expert
Licensed User
Longtime User
Start SDK manager and make sure to have the buildtools downloaded for your selected Platform-Version
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
One more tip: use Java JDK x64, on my system (AMD QuadCore) compilation is 4x faster. Also you can rise MaxRamForDex to 2048, 3072, 4096, or higher, depending on your system ram. Memory for DEX Optimizer on my system (8GB ram) is set to 4096.
 
Upvote 0
Top