앱 은 (Apps)Android 의 중추를 형성합니다 . 모든 기능이나 작업은 다른 앱의 일부 앱을 통해 실행됩니다. Android 는 유용하고 흥미로운 앱의 광범위한 라이브러리로 축복을 받았습니다. 캘린더, 플래너, 오피스 제품군 등과 같은 기본 유틸리티 도구부터 고급 멀티플레이어 게임에 이르기까지 Google Play 스토어(Google Play Store) 에서 모든 것을 찾을 수 있습니다 . 누구나 선호하는 앱 세트가 있습니다. 앱 은 모든 (Apps)Android 사용자 에게 진정으로 개인화되고 고유한 경험을 제공하는 데 중요한 역할을 합니다 .
그러나 앱 관련 문제는 매우 일반적이며 모든 Android 사용자는 조만간 이러한 문제를 경험하게 됩니다. 이 기사에서는 거의 모든 앱에서 발생하는 그러한 일반적인 문제에 대해 논의할 것입니다. 앱이 얼마나 인기가 있든, 얼마나 높은 평가를 받든 상관없이 때때로 오작동합니다. (Irrespective)Android(Androids) 앱은 사용하는 동안 자동으로 닫히는 경우가 많으며 이는 답답하고 성가신 오류입니다. 먼저 앱 충돌의 원인을 이해한 다음 이 문제에 대한 다양한 솔루션과 수정 사항으로 넘어갈 것입니다.
앱 충돌 문제 이해(Understanding the App Crashing Problem)
앱이 다운된다는 것은 단순히 앱이 갑자기 작동을 멈춘다는 의미입니다. 여러 가지 이유로 앱이 갑자기 닫힐 수 있습니다. 잠시 동안 이러한 이유에 대해 논의할 예정이지만 그 전에 앱 충돌로 이어지는 일련의 이벤트를 이해합시다. 앱을 열고 사용을 시작할 때 앱이 자동으로 닫히는 유일한 조건은 예기치 않은 신호나 처리되지 않은 예외가 발생한 경우입니다. 결국 모든 앱은 여러 줄의 코드입니다. 어떻게든 앱이 코드에 설명되어 있지 않은 상황에 직면하면 앱이 충돌합니다. 기본적으로 처리되지 않은 예외가 발생할 때마다 Android 운영 체제는 앱을 종료하고 화면에 오류 메시지가 나타납니다.
앱이 자동으로 종료되는 주된 이유는 무엇입니까?(What are the main reasons behind an App closing automatically?)
앞서 언급했듯이 여러 가지 이유로 앱이 다운됩니다. 해결을 시도하기 전에 앱 충돌의 잠재적 원인을 이해해야 합니다.
-
Bugs/Glitches – 앱이 오작동하기 시작하면 일반적인 원인은 최신 업데이트에 포함된 버그입니다. 이러한 버그는 앱의 정상적인 기능을 방해하고 다양한 종류의 결함, 지연을 일으키며 극단적인 경우에는 앱이 다운되는 원인이 됩니다. 결과적으로 앱 개발자는 이러한 버그를 제거하기 위해 수시로 새로운 업데이트를 지속적으로 출시합니다. 버그를 처리하는 유일한 방법은 버그 수정이 포함되어 있고 앱 충돌을 방지하기 때문에 앱을 최신 버전으로 업데이트하는 것입니다.
-
네트워크 연결 문제( Network Connectivity Issue) – 앱이 자동으로 닫히는 다음 일반적인 이유는 인터넷 연결이 좋지 않기 때문입니다(poor internet connectivity) . 대부분의 최신 Android 앱이 제대로 작동하려면 안정적인 인터넷 연결이 필요합니다. 앱 실행 중 모바일 데이터에서 Wi-Fi 로 전환 하면 앱이 자동으로 종료될 수 있습니다. 이는 전환하는 동안 앱이 갑자기 인터넷 연결을 끊고 앱이 충돌하게 만드는 처리되지 않은 예외이기 때문입니다.
-
내부 메모리 부족( Low Internal Memory ) – 모든 Android(Every Android) 스마트폰에는 고정된 내부 저장 용량이 제공됩니다. 시간이 지남에 따라 이 메모리 공간은 시스템 업데이트, 앱 데이터, 미디어 파일, 문서 등으로 채워집니다. 내부 메모리가 부족하거나 매우 부족하면 특정 앱이 오작동하거나 충돌할 수도 있습니다. 모든 앱은 런타임 데이터를 저장하고 사용하는 동안 내부 메모리의 특정 부분을 예약하기 위해 약간의 공간이 필요하기 때문입니다. 사용 가능한 내부 저장 공간이 부족하여 앱이 그렇게 할 수 없는 경우 처리되지 않은 예외가 발생하고 앱이 자동으로 닫힙니다. 따라서 항상 1GB의 내부 메모리를 여유 공간으로 유지하는 것이 좋습니다.
-
CPU 또는 RAM의 과도한 부하( Excessive load on CPU or RAM) – Android 기기가 조금 오래된 경우 방금 다운로드한 최신 게임이 처리할 수 있는 것보다 많을 수 있습니다. 그 외에도 백그라운드에서 실행되는 여러 앱은 프로세서와 (Apart)RAM 에 막대한 영향을 미칩니다 . 이 상황에서 앱이 필요한 처리 능력이나 메모리를 얻지 못하면 충돌합니다. 이러한 이유로 RAM 을 확보하고 (RAM)CPU 사용량 을 줄이려면 항상 백그라운드 앱을 닫아야 합니다. 또한 기기에 설치하기 전에 모든 앱이나 게임의 시스템 요구 사항을 확인하십시오.
자동으로 닫히는 Android 앱을 수정하는 방법(How to Fix Android Apps Closing Automatically Themselves)
이전 섹션에서 설명한 것처럼 여러 가지 이유로 앱이 자동으로 닫힐 수 있습니다. 이들 중 일부는 단순히 기기가 오래되어 최신 앱을 제대로 실행할 수 없고 새 기기로 업그레이드하는 것 외에 다른 대안이 없기 때문에 발생하지만 나머지는 수정할 수 있는 소프트웨어 관련 버그입니다. 이 섹션에서는 앱이 자동으로 닫히는 문제를 해결하는 데 도움이 되는 몇 가지 간단한 수정 사항에 대해 설명합니다.
방법 1: 장치 다시 시작(Method 1: Restart your Device)
문제가 얼마나 심각한지 와 상관없이(Irrespective) 때로는 간단한 재시작 또는 재부팅( restart or reboot) 으로 문제를 해결할 수 있습니다. 다른 복잡한 솔루션을 진행하기 전에 "껐다가 다시 켜는" 방법을 시도해 보십시오. 앱이 계속 충돌하면 홈 화면으로 돌아가서 최근(Recent) 앱 섹션에서 앱을 지운 다음 기기를 다시 시작하세요. 전원 메뉴가 화면에 나타날 때까지 전원 버튼을 길게 누릅니다 . (Tap)그런 다음 다시 시작(Restart) 버튼을 누릅니다. 기기가 재부팅되면 마지막에 충돌한 동일한 앱을 열고 제대로 작동하는지 확인합니다.
방법 2: (Method 2: )앱 업데이트(Update the App)
앞서 언급했듯이 앱에 버그가 있으면 앱이 자동으로 닫힐 수 있습니다. 버그를 제거하는 유일한 방법은 앱을 업데이트하는 것입니다. 개발자가 릴리스하는 모든 새 업데이트에는 버그 수정뿐만 아니라 앱의 성능도 최적화됩니다. 이렇게 하면 CPU(CPU) 와 메모리 의 부하가 줄어듭니다 . 따라서 항상 앱을 최신 버전으로 업데이트하는 것이 좋습니다. 방법을 보려면 아래에 제공된 단계를 따르십시오.
1. 플레이스토어(Playstore) 로 이동합니다 .
2. 왼쪽 상단에 세 개의 수평선이 있습니다( three horizontal lines) . 그들을 클릭하십시오.
3. 이제 "내 앱 및 게임"(“My Apps and Games”) 옵션을 클릭합니다.
4. 앱을 검색하여 보류 중인 업데이트가 있는지 확인합니다.
5. 그렇다면 업데이트(update) 버튼을 클릭하십시오.
6. 앱이 업데이트되면 다시 사용해보고 Android 앱이 자동으로 종료되는 문제를 해결할 수 있는지 확인하십시오.( fix Android apps closing automatically by themselves issue.)
방법 3: (Method 3:) 캐시 및 데이터 지우기 ( Clear Cache and Data )
모든 Android 앱 관련 문제에 대한 또 다른 고전적인 솔루션 은 오작동하는 앱의 캐시와 데이터를 지우는 것입니다. ( clear cache and data for the malfunctioning app.) 캐시(Cache) 파일은 모든 앱에서 생성하여 화면 로딩 시간을 줄이고 앱을 더 빠르게 열 수 있도록 합니다. 시간이 지남에 따라 캐시 파일의 양이 계속 증가합니다. 이러한 캐시 파일은 종종 손상되어 앱이 오작동하는 원인이 됩니다. 때때로 오래된 캐시와 데이터 파일을 삭제하는 것이 좋습니다. 이렇게 하면 앱에 부정적인 영향을 미치지 않습니다. 이전 캐시 파일이 삭제되면 생성될 새 캐시 파일을 위한 자리를 마련할 뿐입니다. 계속 충돌하는 앱의 캐시와 데이터를 지우려면 아래 단계를 따르세요.
1. 휴대전화 의 설정 으로 이동합니다.(Settings)
2. 앱(Apps) 옵션을 클릭하여 장치에 설치된 앱 목록을 봅니다.
3. 이제 오작동하는 앱(malfunctioning app) 을 검색 하고 탭하여 앱 설정(app settings) 을 엽니다 .
4. 스토리지(Storage) 옵션을 클릭합니다.
5. 여기에 캐시 지우기 및 데이터 지우기(Clear Cache and Clear Data) 옵션이 있습니다. 해당 버튼을 클릭(Click) 하면 앱의 캐시 파일이 삭제됩니다.
방법 4: (Method 4:) 장치의 공간 확보( Free up Space on your device)
앞서 언급했듯이 앱이 제대로 작동하려면 일정량의 예약된 내부 메모리가 필요합니다. 기기에 내부(Internal) 저장 공간 이 부족한 경우 공간을 확보(free up some space) 하기 위해 몇 가지 조치를 취해야 합니다 . 내부 메모리를 확보할 수 있는 방법에는 여러 가지가 있습니다.
가장 먼저 할 수 있는 일은 오래되고 사용하지 않는 앱을 삭제하는 것입니다. 앱(Apps) 이 표면적으로는 아주 작게 보일 수 있지만 시간이 지남에 따라 앱의 데이터는 계속 누적됩니다. 예를 들어 Facebook 은 설치 당시 100MB가 조금 넘었지만 몇 달 후에는 거의 1GB의 공간을 차지합니다. 따라서 사용하지 않는 앱을 제거하면 내부 메모리를 크게 확보할 수 있습니다.
다음으로 할 수 있는 일은 사진, 비디오, 음악 및 기타 미디어 파일을 컴퓨터로 전송하거나 클라우드 스토리지 드라이브에 저장하는 것입니다. 이렇게 하면 메모리가 크게 확보되고 앱이 원활하게 작동할 수 있습니다. 이 목록의 마지막은 캐시 파티션을 지우는 것입니다. 이렇게 하면 모든 앱의 캐시 파일이 삭제되고 대부분의 공간이 지워집니다. 방법을 보려면 아래에 제공된 단계를 따르십시오.
- 가장 먼저 해야 할 일은 휴대폰의 전원을 끄는 것입니다.
- 부트로더에 들어가려면 키 조합을 눌러야 합니다. 일부 장치의 경우 볼륨 낮추기 키와 함께 전원 버튼이고 다른 장치의 경우 두 볼륨 키와 함께 전원 버튼입니다.
- 터치스크린은 부트로더 모드에서 작동하지 않으므로 시작할 때 볼륨 키를 사용하여 옵션 목록을 스크롤합니다.
- 복구 옵션으로 이동(Recovery) 하고 전원 버튼을 눌러 선택합니다.
- 이제 캐시 파티션 삭제(Wipe cache partition) 옵션으로 이동하고 전원 버튼을 눌러 선택합니다.
- 캐시 파일이 삭제되면 장치를 재부팅하십시오.
- 이제 앱을 사용해 보고 Android(Android) 앱이 자동으로 종료되는 문제 를 해결할 수 있는지 확인하세요 .
방법 5: (Method 5:) 앱 제거 후 다시 설치( Uninstall and then Re-install the App)
위의 방법 중 어느 것도 효과가 없다면 아마도 새로 시작할 때일 것입니다. 앱을 제거한 다음 Play 스토어(Play Store) 에서 다시 설치합니다 . 그렇게 하면(Doing) 앱 설정이 재설정되고 시스템 파일이 있는 경우 손상됩니다. 앱 데이터가 계정과 동기화되고 재설치 후 복구할 수 있으므로 데이터 손실에 대해 걱정할 필요가 없습니다. 아래 단계에 따라 앱을 제거했다가 다시 설치하세요.
1. 휴대전화에서 설정 을 엽니다.(Settings)
2. 이제 앱(Apps) 섹션으로 이동합니다.
3. 자동으로 종료(closing automatically) 되는 앱을 검색하여 누릅니다.
4. 이제 제거 버튼(Uninstall button) 을 클릭합니다 .
5. 앱이 제거되면 Play 스토어(Play Store) 에서 앱을 다시 다운로드하여 설치합니다 .
추천:(Recommended:)
이러한 솔루션이 도움이 되기를 바라며 Android 앱이 자동으로 닫히는 문제를 해결할 수 있습니다. ( fix the problem of Android apps closing automatically by themselves.)앱이 계속 충돌하는 경우 새 업데이트가 릴리스되지 않는 한 사라지지 않을 주요 버그임에 틀림없습니다. 당신이 할 수 있는 유일한 일은 개발자가 문제를 해결하고 버그 수정이 포함된 새 업데이트를 릴리스할 때까지 기다리는 것입니다. 그러나 여러 앱에서 동일한 문제가 발생하는 경우 휴대전화를 공장 설정으로 재설정해야 합니다. 그런 다음 앱을 하나씩 설치하고 제대로 작동하는지 확인할 수 있습니다.
Fix Android Apps Closing Automatically by Themselves
Apps form the backbonе of Androіd. Every function or operation is executed through some app of the other. Android is blеssed with an extensive library of useful and interestіng apps. Starting from basic utility tools like calendar, planner, office suіte, etc. to high-end multiplayer games, you can find everything on Google Play Store. Everyone has their own set of apps that theу prefer to use. Apps play a major play in prоviding a truly personalized and unique experience for every Android user.
However, app-related issues are quite common, and every Android user experiences them sooner or later. In this article, we are going to discuss one such common problem that occurs with almost every app. Irrespective of how popular the app is or how highly rated it is, it will malfunction at times. Androids apps often close automatically while you are using it, and this is a frustrating and annoying error. Let us first understand the reason behind app crashes, and then we will move on to the various solutions and fixes for this problem.
Understanding the App Crashing Problem
When we say that an app is crashing, it simply means that the app suddenly stops working. Multiple reasons might cause an app to close abruptly. We are going to discuss these reasons in some while but before that, let’s understand the chain of events that leads to an app crashing. When you open an app and begin using it, the only condition in which it will automatically close is when it encounters an unexpected signal or unhandled exception. At the end of the day, every app is multiple lines of code. If somehow the app runs into a situation, the response for which is not described in the code, the app will crash. By default, whenever an unhandled exception occurs the Android operation system shuts down the app, and an error message pops up on the screen.
What are the main reasons behind an App closing automatically?
As mentioned earlier, multiple reasons cause an app to crash. We must understand the potential causes of an app crash before trying to fix it.
-
Bugs/Glitches – When an app begins to malfunction, the usual culprit is a bug that must have made its way into the latest update. These bugs interfere with the normal functioning of the app and give rise to various kinds of glitches, lags and in extreme cases, causes the app to crash. As a result, app developers constantly release new updates from time to time to eliminate these bugs. The only way to deal with bugs is to keep the app updated to its latest version as it contains bug fixes and prevents an app from crashing.
-
Network Connectivity Issue – The next common reason behind an app automatically closing is poor internet connectivity. Most of the modern Android apps require a stable internet connection to work properly. If you are switching from mobile data to Wi-Fi while the app is running, it might cause the app to close automatically. This is because, during the switch, the app suddenly loses internet connectivity, and this is an unhandled exception that causes an app to crash.
-
Low Internal Memory – Every Android smartphone comes with a fixed internal storage capacity. With time this memory space gets filled with system updates, app data, media files, documents, etc. When your internal memory is running out or is critically low, it might cause certain apps to malfunction and even crash. This is because every app needs some space to save runtime data and reserves a certain section of the internal memory while it is in use. If the app is unable to do so because of low available internal storage space, then it leads to an unhandled exception, and the app closes automatically. Therefore, it is always advisable to keep 1GB of internal memory free at all times.
-
Excessive load on CPU or RAM – If your Android device is a little old, then the latest game that you just downloaded might be more than it can handle. Apart from that, multiple apps running in the background takes a heavy toll on the processor and the RAM. In this situation, when an app does not get the required processing power or memory, it crashes. Due to this reason, you should always close background apps to free up the RAM and reduce CPU usage. Also, make sure to check the system requirements of every app or game before installing it on your device.
How to Fix Android Apps Closing Automatically Themselves
As discussed in the previous section, several reasons might cause an app to close automatically. While some of these are simply because your device is old and unable to run modern apps properly and there is no alternative other than upgrading to a new device, others are software-related bugs that can be fixed. In this section, we are going to discuss some simple fixes that will help you to fix the problem of apps closing automatically by themselves.
Method 1: Restart your Device
Irrespective of how serious the problem looks, sometimes a simple restart or reboot is enough to solve the problem. Before we proceed to other complicated solutions, give the good old “turning off and on again” trick a try. When an app keeps crashing, come back to the home screen, and clear the app from the Recent apps section and then restart your device. Tap and hold the power button until the power menu pops up on the screen. After that, tap on the Restart button. Once the device reboots, try opening the same app that crashed last time and see if it works properly or not.
Method 2: Update the App
As mentioned earlier, the presence of bugs in an app can cause it to close automatically. The only way to eliminate bugs is to update the app. Every new update released by the developer not only come with bug fixes but also optimize the app’s performance. This reduces the load on CPU and memory. Therefore, it is always advisable that you keep your apps updated to the latest version. Follow the steps given below to see how.
1. Go to the Playstore.
2. On the top left-hand side, you will find three horizontal lines. Click on them.
3. Now click on the “My Apps and Games” option.
4. Search for the app and check if there are any pending updates.
5. If yes, then click on the update button.
6. Once the app gets updated, try using it again and check if you are able to fix Android apps closing automatically by themselves issue.
Method 3: Clear Cache and Data
Another classic solution to all Android app related problems is to clear cache and data for the malfunctioning app. Cache files are generated by every app to reduce screen loading time and make the app open faster. Over time the volume of cache files keeps increasing. These cache files often get corrupted and cause the app to malfunction. It is a good practice to delete old cache and data files from time to time. Doing so will not have any negative effect on the app. It will simply make way for new cache files which will be generated once the old ones are deleted. Follow the steps given below to clear the cache and data for the app that keeps crashing.
1. Go to the Settings on your phone.
2. Click on the Apps option to view the list of installed apps on your device.
3. Now search for the malfunctioning app and tap on it to open the app settings.
4. Click on the Storage option.
5. Here, you will find the option to Clear Cache and Clear Data. Click on the respective buttons, and the cache files for the app will get deleted.
Method 4: Free up Space on your device
As mentioned earlier, apps require a certain amount of reserved internal memory to function properly. If your device is running out of Internal storage space, then it is high time that you take some steps to free up some space. There are many ways in which you can free up your internal memory.
The first thing that you can do is delete old and unused apps. Apps might look pretty small on the surface, but over time, its data keeps piling up. Take, for example, Facebook is just over 100 MB at the time of install, but after a few months, it takes up almost 1 GB of space. Therefore, getting rid of unused apps can significantly free up internal memory.
The next thing that you can do is transfer your photos, videos, music, and other media files to a computer or save them on a cloud storage drive. This will also significantly free up your memory and allow apps to function smoothly. The last thing on this list is to wipe cache partition. This will delete the cache files for all the apps and clear out a major chunk of space. Follow the steps given below to see how.
- The first thing that you need to do is to switch off your mobile phone.
- To enter the bootloader, you need to press a combination of keys. For some devices, it is the power button along with the volume down key while for others, it is the power button along with both the volume keys.
- Take note that the touchscreen does not work in the bootloader mode, so when it starts using the volume keys to scroll through the list of options.
- Traverse to the Recovery option and press the power button to select it.
- Now traverse to the Wipe cache partition option and press the power button to select it.
- Once the cache files get deleted, reboot your device.
- Now try using the app and see if you’re able to fix Android apps closing automatically issue.
Method 5: Uninstall and then Re-install the App
If none of the above methods works, then probably it is time for a fresh start. Uninstall the app and then install it again from the Play Store. Doing so will reset app settings and corrupt system files if there were any. You need not worry about losing your data because the app data will be synced with your account and you can retrieve it after reinstallation. Follow the steps given below to uninstall and then reinstall the app again.
1. Open Settings on your phone.
2. Now go to the Apps section.
3. Search for the app that is closing automatically and tap on it.
4. Now click on the Uninstall button.
5. Once the app has been removed, download and install the app again from Play Store.
Recommended:
We hope that you find these solutions helpful, and you can fix the problem of Android apps closing automatically by themselves. If the app still keeps crashing, then it must be a major bug that won’t go unless a new update is released. The only thing that you can do is wait for the developers to resolve the issue and release a new update with bug fixes. However, if you are facing the same problem with multiple apps, then you need to reset your phone to factory settings. You can then install your apps one by one and see if it works properly or not.