How To Fix Java.Lang.NoClassDefFoundError: Javax/xml/bind/annotation/xmlschema When Install Android SDK

When I install android SDK use android SDK manager, it throws an error exception in thread “main” java.lang.noclassdeffounderror: javax/xml/bind/annotation/xmlschema . It cost me a lot of time to investigate. Now I will tell you how to fix it in detail.

How To Fix Java.Lang.NoClassDefFoundError: Javax/xml/bind/annotation/xmlschema When Install Android SDK Read More »

How To Use Google Search Console To Analyze Why Your WebSite Traffic Dropdown

My website traffic dropdown month by month for almost one year. At the beginning of the year 2020, my website traffic is at a high level, at that time I am very happy. But this year I struggled with this issue. After almost one year of investigation, I finally find that the google search console

How To Use Google Search Console To Analyze Why Your WebSite Traffic Dropdown Read More »

How To Use Android Debug Bridge (ADB)

ADB is a powerful tool, it is an abbreviation of Android Debug Bridge. It is located in %ANDROID_HOME%\platform-tools like C:\Users\Jerry\AppData\Local\Android\sdk\platform-tools. It provides a lot of useful subcommands for android developers to operate between android physical or virtual devices and computers. It can be used to copy files, install apps, or execute Linux commands on an android device directly.

How To Use Android Debug Bridge (ADB) Read More »

How To Fix No Disk To Select Issue When Install Mac OS On Virtual Machine

When I install mac os high sierra, Mojave, Catalina, or Big Sur on my VirtualBox virtual machine. I meet an error that is can not select the target disk to install the mac os. After investigating I finally find a method to fix this issue. This article will tell you how to fix it step

How To Fix No Disk To Select Issue When Install Mac OS On Virtual Machine Read More »