Android Question Problem while compiling

GMan

Well-Known Member
Licensed User
Longtime User
I have an own app which runs without problems since years.
Now, in case of a ew phone, i want to install it on that new one.

But (i changed nothing) the following error appears while compiling:

B4X:
Ressourcen verknüpfen    Error
res\values-v20\theme.xml:6: error: style attribute 'android:attr/windowOptOutEdgeToEdgeEnforcement' not found.
error: failed linking references.

I think there has (maybe) a lib changed ?

P.S.: also other apps i tried, causes the same error
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
i suggest to clear the manifest and set it up new.

Some things have changed with the new targetsdk 36.

Follow the new instructions for edgetoedge and it will work i guess.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
similar thread
suggest a new install
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
I just changed the Android platform in the IDE - Settings from 34 to 35 ... all is working fine now
 
Upvote 0
Top