Skip to main content

Posts

How to add DNS in google cloud

how to add dns in google cloud  1 click on Cloud DNS under networking  create name of dns  DNS name - your website name 2 click on add record set in record resourse type set as a  3 pase your cloud server ip in IPv4 text Area again click on add record set  1. in DNS name set "www" 2 in resourse record type select cname 3. in canonical name type your domain name
                   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.

How to setup wifi ADB debugger for android studio

How to setup wifi ADB debugger for android studio  Firstly set your adb path Which you can find here Step 1:  Goto your  Android sdk folder -> platform tools  and copy the whole path For example:  C:\Program Files (x86)\Android\android-sdk\platform-tools Step 2:  Goto command prompt or Android studio terminal cd C:\Program Files (x86)\Android\android-sdk\platform-tools and presss enter Step 3:  Connect your device & system with same wifi. Step 4:  Type  adb tcpip 5555  and press  Enter . Step 5:  Type  adb connect x.x.x.x:5555 , replacing the  x.x.x.x  with your phone IP address. find out phone IP address Settings -> About phone -> Status  (some phones may be vary) Note: Incase if you connect more than one devices disconnect other phones except which one you need to connect