I met the following error when trying to launch an Android project using eclipse:
[crayon-4fb9191a7a5b1/]
After googling I found those useful steps to make it running properly:
1. install getlibs from...
Error:
[crayon-4fb9191a7b5c4/]
Solution:
All you need is to install the missing pear package:
[crayon-4fb9191a7b605/]
Today I got the error below :
[crayon-4fb9191a7ba6f/]
after typing :
[crayon-4fb9191a7bab0/]
I don't know why ? but I know how to solve it.
First of all let's disable password authentication :
Stop your MySQL...
Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error :
[crayon-4fb9191a7cb58/]
Solution :
Just install php5-dev package
[crayon-4fb9191a7cb77/]
or php4-dev if you are running php...
Q : What's the best thing that may happen to a developer ?
A : A Bug :) at the beginning of the day :)
I ran script/console in a rails project to debug something on console, but I got this LoadError:
[crayon-4fb9191a7d100/]
How to fix ?
I figured...