After renaming package my project showing error while building in android.
I used this: Android Studio Rename Package for renaming my project and after that it started getting these errors:
Error:The number of method references in a .dex file cannot exceed 64K.
Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException
then i used https://developer.android.com/tools/building/multidex.html for resolving first error but that also didn't work.
So i restarted Android Studio and then again tried to build but same error occured.
then i tried to undo back to old package name but nothing good happened..... please help!...
Thanks in advance......