You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I recently (and accidentally) moved to android 11 and found out my APDE broke. I can not run in preview, install previewer nor build apk.
Tried both build on internal and external storage, but get the same behaviour. Building previewer fails with a ton of:
storage/emulated/0/preview_build/support-res/values/values.xml:1356: error: Error: No resource found that matches the given name: attr 'android:something'
All from the support-res/values/values.xml
Indeed, build and previewer_build directories are created with the usual data (including that values.xml). Apk build does not throw error, just get stuck at AAPT step forever. Intetesting thing is that deleting old build folders fails when I retry. Changing previewer permission does nothing too.
All these beaviours are the same on v0.5.1 from google play and v0.5.2 from github.
The text was updated successfully, but these errors were encountered:
I haven't been able to replicate this on my Android 11 phone or emulator. I know it's been many months, but if you're still experiencing this issue, it would be useful to know your device model and other pertinent information.
Hi,
I recently (and accidentally) moved to android 11 and found out my APDE broke. I can not run in preview, install previewer nor build apk.
Tried both build on internal and external storage, but get the same behaviour. Building previewer fails with a ton of:
storage/emulated/0/preview_build/support-res/values/values.xml:1356: error: Error: No resource found that matches the given name: attr 'android:something'
All from the support-res/values/values.xml
Indeed, build and previewer_build directories are created with the usual data (including that values.xml). Apk build does not throw error, just get stuck at AAPT step forever. Intetesting thing is that deleting old build folders fails when I retry. Changing previewer permission does nothing too.
All these beaviours are the same on v0.5.1 from google play and v0.5.2 from github.
The text was updated successfully, but these errors were encountered: