Menu
Home
Recent Posts
Android SDK installation doesn't find Java JDK
7:41 AM
0
Share
In order to fix this press
Back
when you get the notification and then
Next
. This time it will find the JDK.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Development and programming answers
Search articles
Popular Posts
PHP: Curly braces strings usage
They're used to escape variable expressions. From Strings : Complex (curly) syntax This isn't called complex because the syntax i...
PHP: MySQL vs Mysqli
More beyond that performance mysqli have others relevant features: If you have a look at MySQL Improved Extension Overview , it should tel...
PHP: Create, edit and delete crontab jobs
Crontab usage: crontab [-u user] file crontab [-u user] [ -e | -l | -r ] (default operation is replace, per 1003....
How to debug: unexpected T_STRING PHP
T_STRING is a bit of a misnomer. It does not denote a "string" , but refers to raw identifiers like name , bare words / plain t...
PHP: Function eregi() is deprecated
eregi() is deprecated as of PHP 5.3, use preg_match() instead. Note that preg_match() is only case insensitive when you pass the i mo...
No comments:
Post a Comment