Skip to main content

How to solve "com.google.android.gsf.login" has stopped problem ?

Suggestions

1) Remove any  accounts you activated then reconnect them again.. this should fIx and refresh accounts and services. Do factory reset if it does not work.

2) settings>applications>Google Play  and deleted data and cache. Required to log back into Google Play and all worked well from then on. When logged into GP noticed that your download is ready. Interesting thing is that when you started that download previously on your way BUT wifi on and the dwnld was interrupted. I think this may have caused the error. So delete data and cache and restart.

3) You can first try to go into the settings -> accounts and manually remove and reinstall your account to see if that corrects the issue. If it does not, then something got corrupted and you will need to reflash the ROM. All the tools you will need and the ROM is in the development section and ROM sections here

4) Deleting Your accounts in setting (Accounts and sync) then adding them back in.

5) For having the same issue wjile using the stock browser ?
go to settings>application manager>internet and then reset to defaults.
Haven't had that issue since. Hope this Helps.
This is what I did. I went to settings>applications>Google Play and deleted data and cache. Required me to log back into Google Play and all worked well from then on. When I logged into GP I noticed that I had a download ready. Interesting thing is I remembered that I had started that download previously on my way to school BUT I had wifi on and the dwnld was interrupted. I think this may have caused the error. So delete data and cache and restart.

Read more: The application google accounts (process.com.google.android.gsf.login) has stopped enexpectedly.pls try again? - This error is contionously comong on my tablet and i cant able to use any application due to it` :: Ask Me Fast at http://www.askmefast.com/The_application_google_accounts_processcomgoogleandroidgsflogin_has_stopped_enexpectedlypls_try_again-qna5033048.html#q4190124
Remove any google accounts you activated then reconnect them again.. this should fIx and refresh accounts and services. Do factory reset if it does not work.

Read more: The application google accounts (process.com.google.android.gsf.login) has stopped enexpectedly.pls try again? - This error is contionously comong on my tablet and i cant able to use any application due to it` :: Ask Me Fast at http://www.askmefast.com/The_application_google_accounts_processcomgoogleandroidgsflogin_has_stopped_enexpectedlypls_try_again-qna5033048.html#q4190124
Remove any google accounts you activated then reconnect them again.. this should fIx and refresh accounts and services. Do factory reset if it does not work.

Read more: The application google accounts (process.com.google.android.gsf.login) has stopped enexpectedly.pls try again? - This error is contionously comong on my tablet and i cant able to use any application due to it` :: Ask Me Fast at http://www.askmefast.com/The_application_google_accounts_processcomgoogleandroidgsflogin_has_stopped_enexpectedlypls_try_again-qna5033048.html#q4190124

Comments

  1. This didn't work to help me.

    ReplyDelete
  2. hi,how about when your format the android fon then the google problem come? how do i need fix that problem? i'm cannot enter the fon already

    ReplyDelete
  3. remove the sim and try once again.

    ReplyDelete
  4. Boy sell teen Patti chips
    On the streets of Mumbai, there was a small lad who peddled Teen Patti chips. He would walk about calling out to everybody who passed by while carrying a bag of chips. His chips were well-liked by both locals and visitors.Boy sell teen Patti chipsThe young man had business sense despite his age. He was skilled at pricing negotiations with his suppliers and marketing his goods. He was able to maintain his family and even pay for his own education thanks to his revenues. The young man's entrepreneurial drive served as a bright illustration of how tenacity and effort can produce success at any age.

    ReplyDelete

Post a Comment

Popular posts from this blog

Fragment: App loads with white screen for 3 secs before showing proper UI

Issue: 1) When my application start then white/black screen appears, and then main UI is display.  2) Before my fragment load in activity black/white screen appears for 3/4 seconds and then fragment load. Solution: To fix this nasty problem, update the /res/values/styles.xml to include <item name="android:windowDisablePreview">true</item> or <item name="android:windowBackground">@android:color/black</item> for example : <!-- Application theme. -->  <style name="AppTheme" parent="AppBaseTheme">  <!-- All customizations that are NOT specific to a particular API-level can go here. -->  <item name="android:windowDisablePreview">true</item>  <!-- <item name="android:windowBackground">@android:color/black</item> -->  </style>

Android: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

Solution Try the following any one solution and problem will go away: 1)  Apply following steps: Close the project and reopen it. Clean the project (It will rebuild the buildpath hence reconfiguring with the JDK libraries) OR Delete and Re-import the project and if necessary do the above steps again. 2)  Apply following steps: Go to properties of project with the build error (right click > Properties) View the "Libraries" tab in the "Build Path" section Find the "JRE System Library" in the list (if this is missing then this error message is not an eclipse bug but a mis-configured project) Remove the "JRE System Library" Hit "Add Library ...", Select "JRE System Library" and add the appropriate JRE for the project (eg. 'Workspace default JRE') Hit "Finish" in the library selection and "OK" in the project properties and then wait for the re-build of the project Hopefully th

Error: Retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23

My project is going on easily but suddenly what I found below bugs when developing an app. I know it's minor bug but it may be useful to anyone. Here is the error: Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'. Solution: This happens because after updates your android studio uses API 23 by default. 1) First check that your compile SDK version must match the support library's major version. If you are using version 23 of the support library, you need to compile against version 23 of the Android SDK. Alternatively you can continue compiling against version 22 of the Android SDK by switching to the latest support library v22.   2) Go to your project structure -> Properties -> and change Build tool version to