I have some troubles with the layout inspector, I ...
# compose
g
I have some troubles with the layout inspector, I get an error saying
Could not enable resolution traces
Unable to set the global setting:
"debug_view_attributes_application_package"
to: "app.medxpert.medxpert"
Error: Exception occurred while executing 'put':
java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
I added
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
but that permission is only for system apps. Can someone help me find out why my composable are not shown. I see the layout, but the component tree isnt showing