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

Merge project as library

Merge project as library

Android Studio




Steps

  1. Edit project as library gradle
  2. > Remplace:
  3. apply plugin: "com.android.application"
  4. > In:
  5. apply plugin: "com.android.library"
  6. > Remplace:
  7. applicationId
  8. > In:
  9. //applicationId
  10. > This will correct the error "Unable to resolve dependency for module (":app@debug/compileClasspath": Could not resolve)"
  11. Edit project as library AndroidManifest
  12. > Remove from main activity:
  13. <intent-filter>
  14. </intent-filter>
  15. Edit suffix (SHIFT+F6 pour le refactor)
  16. > Advice: Mettez CTRL+SHIT+V pour vous faire gagner du temps
  17. > The affected folders/files are:
  18. values/*.xml (all content "name" fields)
  19. drawable/* (all files)
  20. raw/* (all files)
  21. /!\ Uncheck "Search in comments and strings" to save time!
  22. /!\ Accept "Replace in other configuration" so that it can be done in other languages!
  23. /!\ Click "Do Refactor" to update the calls!