Fix Conflict With Dependency Error When Creating Android Project

When you create a new android project in android studio, you may encounter an error message like below. Error:Execution failed for task ‘:app:preDebugAndroidTestBuild’. > Conflict with dependency ‘com.android.support:support-annotations’ in project ‘:app’. Resolved versions for app (26.1.0) and test app (27.1.1) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details.

Fix Conflict With Dependency Error When Creating Android Project Read More »

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded.

Recently when I install VMware Fusion on macOS, I meet the error “Could not open /dev/vmmon: No such file or directory” during the installation process. When I investigate this error, I found this error happened not only on macOS, but also when you start VMWare on Linux, this article will tell you how to fix

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded. Read More »