Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJoyce Chidiadi
1,867 PointsI want to cancel the Signed APK for my app so I can correct the name of the file and resign it
I made a mistake in my keystore path name by giving a space in the name. How do i correct this because my apk file is not generated. It is returning an error : Error:Execution failed for task ':app:validateSigningRelease'.
Keystore file C:\Users\Dandon\joycechidiadi_keystore.jks not found for signing config 'externalOverride'.
2 Answers
Seth Kroger
56,413 PointsHave you tried renaming the keystore to the name it is expecting (which the underscore replacing the space)?
Joyce Chidiadi
1,867 PointsYes, I have. It worked thank you.