Monday, October 28, 2013

Android SDK installation issue - Peer not authenticated

In order to fix "Peer not authenticated" error just force Android SDK Manager to fetch all  https://...sources to be fetched using http://

1. Open Android SDK Manager (e.g. from Eclipse IDE)
2. Open from top menu Android SDK Manager/Settings
3. Check box Force https://...sources to be fetched using http://



How to install ANT on Mac OSX 10.9 and later


1. Download and install Homebrew by executing following command in terminal:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

2. Install Apache Ant via Homebrew by executing
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb

Friday, October 25, 2013

Why maven doesn't downloads source and javadoc files

When you can not see any source code in your IDE such as Eclipse this most probably happen because your Maven (if you do use Maven) does not downloaded source jar file (e.g. filename-source.jar).

Maven does not downloads a source and javadoc jar files by default.

This option should be added to its settings file in ~/.m2/settings.xml file like this:

<profiles>
<profile>
    <id>downloadSources</id>
    <properties>
        <downloadSources>true</downloadSources>
        <downloadJavadocs>true</downloadJavadocs>           
    </properties>
</profile>
</profiles>

<activeProfiles>
  <activeProfile>downloadSources</activeProfile>
</activeProfiles>

Here is the link about this topic:
http://stackoverflow.com/questions/5780758/maven-always-download-sources-and-javadocs

How to enter on Apple Dev Site

https://daw.apple.com

Thursday, October 24, 2013

SHODANHQ


To get this info is a big deal, 
to know how to use it is the second one... 
and how many out there who knows it? 
)))