ERROR: Error running AAPT

I made a very simple app but i cant compile it to an apk. Did check many other threads about the ERROR: Error running AAPT problem but still I can’t figure it out…

Can someone help me
kletterzentrum.aia (4.0 KB)

Thx
Andy

Hi Andreas,

Welcome to the Kodular community!

Unfortunately, it can happen that a project becomes corrupted, especially the project.properties file inside the aia file (it’s a compressed archive and you can open it with 7-Zip or similar tools).

I simply deleted/modified the file from these values

projectColors=[{\\"hexa\\"\:\\"FE5722FF\\",\\"freq\\"\:\\"1\\"}]
color.primary.dark=0
color.primary=0
color.accent=0

to these

color.primary.dark=&HFF303F9F
color.primary=&HFF3F51B5
color.accent=&HFFFF4081

(reset them as you prefer from the project settings in the creator)
kletterzentrum.aia (4.0 KB)

Thx a lot, thx for the help wow!
Did learn something new!

Andy

1 Like