2 #getent group android >/dev/null 2>&1 || usr/sbin/groupadd -g 420 android &>/dev/null
3 getent group android >/dev/null 2>&1 && usr/sbin/groupdel android >/dev/null 2>&1
4 echo You need to source /etc/profile or relogin to add the Android SDK tools to your path.
5 echo The android group has been removed, install android packages as root.
6 #echo Add yourself to the android group so that the sdk can download and update various additional packages.
14 #if getent group android >/dev/null 2>&1; then