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
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
Android Studio
Steps
- Edit project as library gradle
- > Remplace:
apply plugin: "com.android.application"
- > In:
apply plugin: "com.android.library"
- > Remplace:
applicationId
- > In:
//applicationId
- > This will correct the error "Unable to resolve dependency for module (":app@debug/compileClasspath": Could not resolve)"
- Edit project as library AndroidManifest
- > Remove from main activity:
<intent-filter>
</intent-filter>
- Edit suffix (SHIFT+F6 pour le refactor)
- > Advice: Mettez CTRL+SHIT+V pour vous faire gagner du temps
- > The affected folders/files are:
values/*.xml (all content "name" fields)
drawable/* (all files)
raw/* (all files)
- /!\ Uncheck "Search in comments and strings" to save time!
- /!\ Accept "Replace in other configuration" so that it can be done in other languages!
- /!\ Click "Do Refactor" to update the calls!