Android Question aapt issue

EvgenyB4A

Active Member
Licensed User
Longtime User
compiling the project I get the error:
AAPT path: C:\Android\android-sdk\tools\..\build-tools\23.0.3\aapt.exe
Exit code:-1073741819
I looked to the threads about this. I use B4A v9.01.2 and in SDK manager I have all installed.
The file aapt.exe exists on the above path.
 

DonManfred

Expert
Licensed User
Longtime User
I suggest to install the ReadyToRunSDK and configure the IDE to use it.

Per default B4A want to use 27.0.1 of the buildtools, not 23.03.3
Sounds like you are using an OLD SDK-Installation.
 
Upvote 0

EvgenyB4A

Active Member
Licensed User
Longtime User
I have installed on c:\Android2 folder and updated configuration path.
now I got "Maven artifact not found: com.android.support/support-v4" but SDK manager points that it is installed.
 
Upvote 0
Top