Android IDE (AIDE) Support Forum

How to prevent app crash made from aide see the description

Everything was fine until changed the version of androidx app compat activity and Google material from 1.0.0 to 1.1.0 now when I run the process and install the app it crashes,plus why it not supports latest version or little bit new version of dependencies for example:I am using androidx appcompat and google material the version of both were 1.0.0 for that time the app was running fine but after changing to 1.1.0 my app is crashing please help me

1 Like

I got solution .When my app crashes i tried to remove the textview which is wirtten by me then it works perfect.But when i tried to add textview it will give crashes,so avoid textview layout
except default given textview layout .Another one is dont try to add multiple linear layout inside other linear layouts it will also give runtime error