Android Question AAPT path: C:\AndroidSDK\tools\..\platform-tools\aapt.exe Exit code:-1073741819

echapeta

Member
Licensed User
Longtime User
Hello

I just reinstall Java SDK, Android SDK and B4A and when trying to compile, I get the following error message:

AAPT path: C:\AndroidSDK\tools\..\platform-tools\aapt.exe
Exit code:-1073741819

I already tried copying aapt.exe to C:\AndroidSDK\platform-tools

What else can I do ?

Thank You.
 

ABS

Member
Licensed User
Thanks for your answer.

I do your adviser, but...

I have now a build-tools/23.0.3 and other build-tools/24.0.0 both with an aapt.exe file.

When I run B4A compiler the problem is the same, browsing with path 23 or path 24, the results are the same:

"Generating R file. Error
Cannot find: C:\Program Files (x86)\Android\platform-tools\aapt.exe
Please configure paths (Tools - Configure Paths)".

And the project stop.

What can I do?
 
Upvote 0

ABS

Member
Licensed User
If the "Aditional Libraries" are "optional", why the B4A stop when I nothing write in this text box?

Isn´t possible run flanking this aapt.exe file?
 
Upvote 0

corwin42

Expert
Licensed User
Longtime User
Thanks for your answer.

I do your adviser, but...

I have now a build-tools/23.0.3 and other build-tools/24.0.0 both with an aapt.exe file.

When I run B4A compiler the problem is the same, browsing with path 23 or path 24, the results are the same:

Which B4A Version do you use?

If the "Aditional Libraries" are "optional", why the B4A stop when I nothing write in this text box?

Isn´t possible run flanking this aapt.exe file?

The additional libraries is optional and is not related to the aapt.exe problem.
 
Upvote 0
Top