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
How to migrate applications for iphone 5 resolution
The new iPhone 5 display has a new aspect ratio and a new resolution (640 x 1136 pixels). To make applications "universal" for b...
Create a remote branch GIT
First, you create your branch locally git checkout -b your_branch The remote branch is automatically created when you push it to the remo...
How to: sort arrays and data in PHP
How do I sort an array in PHP? How do I sort a complex array in PHP? How do I sort an array of objects in PHP? Basic one dimensional arr...
How to return the response from an AJAX call
function foo() { var result; $.ajax({ url: '...', success: function (response) { result = res...
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;...
No comments:
Post a Comment