FATAL EXCEPTION: main Process: com.sohozmarket, PID: 1046 java.lang.RuntimeException: Canvas: trying to draw too large(132710400bytes) bitmap.
Move your image in the (hi-res) drawable to drawable-xxhdpi.
Move your image in the (hi-res) drawable to drawable-xxhdpi.
Problem : Gradle failed to build . Solution : You need to do build your gradle file . For that first check your internet connection is available . Then re sync gradle file . Done 🙂
What is Process : A process is an instance of a program running in a computer. It is close in meaning to task , a term used in some operating systems. In UNIX and some other operating systems, a process is started when a program is initiated (either by a user entering a shell command or by another program). Like a task, a process is a running program with which a particular set of data is associated so that the…