Categories
Android

What you need to know to use Android Studio

As I am mostly doing my stuff with Eclipse even though the Android studio came, I still work with Eclipse project for Android but as time comes, we cannot ignore the Android studio anymore because: Official Android document is only support for Android Studio More and more library today does not include any support (no…

Categories
Java Tools

[Eclipse] java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM

Double click on your eclipse, and you receive error log as following (logged at: configuration/xxxxx.log) !ENTRY org.eclipse.osgi 4 0 2016-07-12 00:22:11.260 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM at org.eclipse.swt.internal.Library.loadLibrary(Library.java:263) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:240) at org.eclipse.swt.internal.C.<clinit>(C.java:21) at org.eclipse.swt.widgets.Display.<clinit>(Display.java:138) at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:679) at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162) at com.aptana.rcp.IDEApplication.createDisplay(IDEApplication.java:162) at com.aptana.rcp.IDEApplication.start(IDEApplication.java:94) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)…

Categories
Unix OS WordPress

To perform … WordPress needs to access your web server.

If you are using VPS to manage your own server, you might face similar info message when you try to update your plugins: The message: To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. Under that are boxes for the Hostname, FTP User, and FTP…

Categories
Windows

Windows 10: Quick Access in Trouble?

Quick Access is where you can see firstly in Windows 10, something like this:   Disable Quick Access You might do not want to display the folder, the recent files; here you can do it by go to folder option via File > Change folder and search option of the Explorer. As shown in above…

Categories
Tools

ENOGIT git is not installed or not in the PATH

You are running bower install and face this error, either on Windows or Unix like… The issue because you need to have git installed and run the project on the command prompt with git command support, without that you will face error on screen: ENOGIT git is not installed or not in the PATH Solution…