Skip to main content

Posts

Showing posts from November, 2017

How Automation Can Make You Better at Your Job

Growing your business goes hand in hand with growing your skill set. With all of the new technology and software available to companies today, it would be foolish for businesses not take advantage of them. When it comes to implementing automation into the workplace, businesses can expect to see an improvement in their business and employees across the board. Automation can benefit your business in multiple ways. From increasing productivity and optimizing your procedures, to allowing employees and employers to learn new skills–automation has a wonderful range of benefits. Here are some ways automation can make you better at your job: Organize Information Faster with Automation Automation services and tools help transfer, maintain, and organize information as fast as possible. When software is used in the workplace, businesses can rest assured that their data will be perfectly protected, free from any human error. All of the information that your business works through

Error:CreateProcess error=216 - Android Studion Gradle Error

Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher This above problem is only occured to 32 bit edition of windows. Follow the below steps to resolve the error Click your Project in Android Studio Go to File Menu >  Project Structure SDK Location > JDK Location Uncheck the "Use embedded JDK " Select the installed jdk location After that create process error will be resolved but the new error Gradle Sync error will appear like this "Gradle sync failed: CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher" To fix the new problem reduce the memory Xmx768m in gradle.properties (Your Android Project > Gradle Scripts > gradle.properties  ) Thats it. Now en

Android Studio Not Starting in Windows 10 - 32 Bit

Java Development Kit 9 (JDK) is available for 64 bit edition but not available for 32 bit edition. Many people are facing this issue that they have installed the android studio successfully and when they try to launch, no error occurred and no splash screen of android studio. The real solution is you have to install JDK 8 (32 bit) and install JDK 9 if you have 64 bit edition and then you have to setup the java path in system environment variable s.