var fDesc=new Array(); fDesc[0] = "Android Offline SDK Package Installer allows you to download all packages.


Features:

-Download Androind SDK packages locally
-Selectively download packages
-Install packages as many times as you want without connecting to the web
-Copy the offline files and deploy on other machines
-Released under the GPL license
-Support the latest Android SDK 4!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }