Skip to main content

Posts

Showing posts from April, 2018
                   Download link to android SDK WITH Eclipse below are the link of android sdk with eclips Links to bundles: linux 64 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip linux 32 bit vm:  http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip mac:  http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip win32:  http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip win64:  http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip Source:  https://code.google.com/p/android/issues/detail?id=72584 use it thanks regards
                             Top Troubleshooting in Android   If  you are android developer and you don't how to troubleshot your code so i am sharing with you some tips which will help you   ctrl + b for back trace your code it will redirect you to where you use of your code  ctrl+alt+ ← come back to privies use of code and if its not working then use alt + ← ctrl+ click it will redirect you to use code
how to get git full project check out In our particular case, we want to overwrite these files. So what do we do? We use the following: ? 1 2 git fetch --all git reset --hard origin /master This grabs the latest repository files without merging and resets the master branch and overwrites the modified ones.