vmware workstation unrecoverable error (vcpu-0)


When you install some virtual OS using vmware workstation or vmware player, if you encounter below error:

unrecoverable error (vcpu-0)

Try below actions:

  • open *.vmx file in the folder where your OS is located
  • append below line to the tail of the vmx file (you can put this line anywhere in the vmx file, and vmx file will be auto-sorted for you)

smc.version = 0

image

That is it! Happy working!

Gradle: SDK location not found, the problem and solution


In a recent project, I created a Gradle project in windows, but when I load the project in Ubuntu and Mac OSX, an error “SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable”

image

I then followed the instruction, and in the ~/.bashrc file, I added the environment variable ANDROID_HOME

image

Continue reading “Gradle: SDK location not found, the problem and solution”

Microsoft Webmatrix offline installer download link


WebMatrix is a free, lightweight, cloud-connected web development tool. Mostly likely when you download it, you get a web installer link (around 113k).

If you wish to grab the full installer (around 17M, Webmatrix 3.0), use below link to download the offline installer:

http://download.microsoft.com/download/5/6/E/56E6A3C2-531D-4BC6-870C-8EDCB15654C1/WebMatrix_x86_en-US.msi 

Happy web development!