I used the code layout.setbackgroundresource(R.drawable.image) in on create method to set background image of layout. But when i try to run on device it stopped working without opening the screen. Please help in this problem.
this is the code which i wrote in oncreate method mainlayout.setBackgroundResource(R.drawable.darkbackground);
MainActivity:
error logcat:
it crashes my app when opening the app.
The issue is not with the Image view. Its because of the Google Api i.e Firebase Analytics.
Try disable the Firebase analytics in your code and run the app. If it's working, then fix the Firebase issue.