I've developed an application in Android Studio that is already available on Google Play.
As it was a project that I used as the subject of my TCC, the university needs the source code in PDF. How do I extract the code into a single file?
My project has several classes and performing the entire code merge manually is practically unfeasible. I've researched and it looks like I can export if the application is already on Google Play and I install the APK version on my device, but I do not have an Android phone.
Is it possible to do this by the computer, with my code without being compiled? How?