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
CouchDB vs MongoDB
After posting about Scott Motte’s comparison of MongoDB and CouchDB , I thought there should be some more informative sources out there, so ...
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...
iOS: performSelector may cause a leak because its selector is unknown
Here's what I'm doing: [ _controller performSelector : NSSelectorFromString (@ "someMethod" )]; The solution for this e...
How to solve: Parse error: syntax error, unexpected '['
This error comes in two variatians: Variation 1 $arr = [ 1 , 2 , 3 ]; This array initializer syntax was only introduced in PHP 5.4;...
How to solve: Warning: Division by zero
The warning message 'Division by zero' is one of the most commonly asked questions among new PHP developers. This error will not ca...
No comments:
Post a Comment