アプリは(Apps)Androidのバックボーンを形成します。すべての機能または操作は、他のアプリを介して実行されます。Androidは、便利で興味深いアプリの豊富なライブラリに恵まれています。カレンダー、プランナー、オフィススイートなどの基本的なユーティリティツールからハイエンドのマルチプレーヤーゲームまで、GooglePlayストア(Google Play Store)ですべてを見つけることができます。誰もが使いたい独自のアプリのセットを持っています。アプリは、すべての(Apps)Androidユーザーに真にパーソナライズされたユニークなエクスペリエンスを提供する上で大きな役割を果たします。
ただし、アプリ関連の問題は非常に一般的であり、すべてのAndroidユーザーが遅かれ早かれそれらを経験します。この記事では、ほぼすべてのアプリで発生するこのような一般的な問題の1つについて説明します。アプリの人気度や評価の高さに関係なく、誤動作することがあります。(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とメモリの負荷が軽減されます。したがって、アプリを最新バージョンに更新しておくことを常にお勧めします。方法については、以下の手順に従ってください。
1.Playstore(Playstore)に移動します。
2.左上に、3本の水平線( 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(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はインストール時に100 MBを少し超えていますが、数か月後にはほぼ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.)できることを願っています。それでもアプリがクラッシュし続ける場合は、新しいアップデートがリリースされない限り発生しない大きなバグである必要があります。あなたができる唯一のことは、開発者が問題を解決し、バグ修正を含む新しいアップデートをリリースするのを待つことです。ただし、複数のアプリで同じ問題が発生している場合は、電話を工場出荷時の設定にリセットする必要があります。次に、アプリを1つずつインストールして、正しく機能するかどうかを確認できます。
Fix Android Apps Closing Automatically by Themselves
Apps form the backbone of Android. Every function or operation is executed through some app of the other. Android is blessed with an extensіve lіbrary of useful and interesting apрs. Starting from basic utilitу tools like calendar, plаnner, office suite, etc. to high-end multiplayer games, you can find everything on Google Play Ѕtore. Everyone has their own set of apps that they prefer to use. Apps play a major play in providing a trulу personаlіzed and unique еxperience 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.