Canan

Hi, I'm Canan

Oups ...

Never forget impossible is possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

First Installation

First Installation

Android Studio




Steps

  1. Open "Settings"
  2. Make some few changements:
  3. Settings -> Appearance & Behavior -> Appearance -> Select "Darcula" as theme
  4. Settings -> Appearance & Behavior -> Appearance -> Check "use custom font" and select "Verdana" and size "14"
  5. Settings -> Editor -> Code Style -> Uncheck "Detect and use existing file indents for editing setting"
  6. Settings -> Editor -> Font -> Select "Consolas" and size "16"
  7. Go to Settings -> Editor -> Font -> Java -> Tabs and Indents and check your tab value as :
  8. Check "Use tab character"
  9. Tab size: 4
  10. Indent: 4
  11. Continuation indent: 8
  12. > If you need to convert Tabs to Spaces on existing file, simply click on "Indent with 4 spaces" whenever the warning comes up or go to Edit -> Convert Indents -> To Spaces
  13. Go to "Settings" -> "Plugins" -> "Marketplace" and search to install following packages:
  14. ADB Idea
  15. ADB WIFI
  16. Add to gitignore
  17. CodeGlance
  18. CSV Plugin
  19. Grep Console
  20. String Manipulation
  21. Zero Width Characters locator 2
  22. You have to select "Verbose" as message level and "Show only selected application" in log filter
  23. Add your testing device by creating an AVD (with Google Services inside) like Nexus 5X with at least Lollipop (5.0)
  24. > Or you can also use directly your Android smartphone, to do it, you have to install "WiFi ADB - Debug Over Air" on it
  25. https://play.google.com/store/apps/details?id=com.ttxapps.wifiadb
  26. Then, open your Windows CMD (or Mac console):
  27. "C:\Users\__YOUR_USERNAME__\AppData\Local\Android\Sdk\platform-tools\adb.exe" connect __IP_GAVE_IN_APPLICATION__