Reputation: 43
On running the ripple emulator with nexus s & galaxy . I am getting a dialog box saying
Google chrome can't read and write to its data directory
c:\ users\amit
and when i click ok on that .suddenly chrome opens up saying : cannot view webpage . one more thing where can i set the System path variable to
%JAVA_HOME%\bin;%ADT_HOME%\tools;%ADT_HOME%\platform-tools;%ANT_HOME%\bin;
I mean to say what is this(System path variable) i don't understand .
Upvotes: 2
Views: 57720
Reputation: 151
In my case, the dialog point to the specific folder. Then I go to the SystemTemp and grant the permission as well as uncheck "Read-only" option. This work for me without re-install nor delete register key.
Upvotes: 0
Reputation: 5181
If you are using Windows:
C:\Program Files (x86)\Google
Everyone
-> "OK" -> "OK"Everyone
-> "OK" -> "OK" -> "OK"Upvotes: 5
Reputation: 1
I was facing this same issue for months, and now I have solved it.
C:\Program Files
to double-check and hence delete the 'Google' folder if it still remains.Windows+R
and type in regedit
to enter into Registry Editor.HKEY_CURRENT_USER\Software\Policies\Google
and delete the Google folder. In case you don't find the folder, just delete any Google folder you come across under HKEY_CURRENT_USER\Software
Upvotes: 0
Reputation: 426
It will work normally when you log in as administrator. If not you can simply change the "chmod" of the directory to 777. it will work.
Upvotes: 0
Reputation: 21
This worked for me on Windows 7.
Go to the file given in the error message:
c\users\[username]\application data\local\google\chrome
Message says its been done,
Chrome then opens without having to open it as administrator after every boot-up.
Upvotes: 2
Reputation: 2024
For the time being, you can create a android emulator. You don't need chrome for that.
Upvotes: 0
Reputation: 1598
It seems your Chrome user data directory might be corrupted, try following and see whether it helps:
Upvotes: 0