android-studio
Auto import not working for Android classes in Android studio
The problem was with android studio indexing. Follow the steps.. Go to ‘File’ > ‘Invalidate caches/restart’ Now the studio will shut down and restart. Now indexing begins. On completion of indexing you will find the Suggestion boxes with every possible suggestions.
Android Studio 0.8.2: Remove Vertical Line Break
It was driving me crazy as well. For older versions (like 0.8.2), Open the Options and uncheck: Editor -> Appearance -> Show right margin More recent versions use: Editor -> General -> Appearance -> Show right margin AS 3.x: Editor -> General -> Appearance -> Show hard wrap guide
Android Studio says: duplicate class found
just add implementation(platform(“org.jetbrains.kotlin:kotlin-bom:1.8.0”)) in dependencies it solved my problem.