-2

**Unfortunately app stopped working **

After building an APK with a background image.

I am a newbie to android, I thought of developing a beginner app likely(note app in phones). It was far good till applying a background image in the .xml file. after the update, the APK file failed to run on mobile. Can anyone suggest where I went wrong?

Layout Image of setting background

shizhen
  • 12,251
  • 9
  • 52
  • 88
Pramod K
  • 3
  • 4

1 Answers1

0

Please check dimensions of image it should be not greater than 1280x1920 otherwise it will give outofmemory error you can also add large heap true in manifest file

Mohit Hooda
  • 273
  • 3
  • 9