Im trying to generate signed APK Using AndroidStudio but I get this error:
Error:A problem was found with the configuration of task \':app:packageRelease
I was also getting the same error. The mistake I made was storing the keystore in the application's "app" package and providing the same path to android studio.
"app"
Just remove the keystore and place another than your android application's "" package.
""