Powered By:
Android Advice
 

Archive for April, 2011

Android emulator ERROR “the user data image is used by another emulator. aborting”

April 22, 2011

Problem: When attempting to debug an Android application the following error message is displayed “emulator: ERROR: the user data image is used by another emulator. aborting” Cause: Unknown. (Please let me know if you know the root cause of this) Solution: Delete the following two folders “cache.img.lock” and “userdata-qemu.img.lock” found here: C:\Users\%UserName%\.android\avd\AVD2.1.avd\cache.img.lock C:\Users\%UserName%\.android\avd\AVD2.1.avd\userdata-qemu.img.lock

Tags: ,
Posted in Android, Problem-Cause-Solution, Programming No Comments »

Wisdom is a Good Person’s Money

April 13, 2011

Today on my way to work I thought to myself…”Wisdom is a good person’s money”. It can be used for protection, bribery for what one sees good, it can even be used to obtain many precious things, such as another ones trust.

Tags: ,
Posted in Ideas No Comments »

Solution to Error 175 The specified store provider cannot be found in the configuration or is not valid

April 9, 2011

Problem: When building a .NET solution that uses the Entity Framework (EF) the following error message is displayed: “Error 175: The specified store provider cannot be found in the configuration, or is not valid.” and the build fails. Cause: The assembly of the provider being used by the Entity Framework cannot be found, that is, [...]

Tags: , ,
Posted in .NET, Problem-Cause-Solution, Programming 5 Comments »