Skip to main content

Posts

How To Boost Android Studio Speed

                                        How To Boost Android Studio Speed here is the way using this you can boost up your runtime android studio speed check this first  Android Studio is infact pretty heavy. It's constantly doing work all of the time. I believe Eclipse is slightly less resource-hogging however, I don't think it would be a massive difference in that it's probably not worth it.What I would recommend is doing an  Alt+Ctrl+Del  whilst running Android Studio and taking a look at the CPU/Memory. If one is near the limit then, that will be the problem  way 1 :  Enable Offline Work: Click File -> Settings. Search for "gradle" and click in Offline work box. Go to Compiler (in same settings dialog just below Gradle) and add --offline to Command-line Options text box. Improve Gradle Performance gradle can be optimized too. The easy wa...
         Three easy way to debug Android app for beginners    hi guyz firstly i am introducing my self . My self Manoj kumar mehra I am android Developer i developed more then 20 apps . when i was started I faced many problem with debug my app so i found a easy way to debug app   There is a 4 way to debug android app   using emulator using blue stack  using real Device  real Device over the wifi using emulator Android Studio includes a debugger that enables you to debug apps running on the Android Emulator or a connected Android device. With the Android Studio debugger, you can: Select a device to debug your app on. Set breakpoints in your Java and C/C++ code. Examine variables and evaluate expressions at runtime. Capture screenshots and videos of your app. To start debugging, click Debug in the toolbar. Android Studio builds an APK, signs it with a debug key, installs it on ...