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 trial

Android

Matthew Grant
Matthew Grant
3,703 Points

Error generating signed APK on Android Studio

When I attempt to create a release build APK on Android Studio, I recieve this error:

Throwable Access is allowed from event dispatch thread only. Details: Current thread: Thread[ApplicationImpl pooled thread 12,4,main] 1502567802 Our dispatch thread:Thread[AWT-EventQueue-0 0.9.2#AI-135.1569493, eap:false,6,main] 819486894 SystemEventQueueThread: Thread[AWT-EventQueue-0 0.9.2#AI-135.1569493, eap:false,6,main] 819486894

Does anyone know how to fix this? Thank you.