If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance.
Is your feature request related to a problem? Please describe.
The zipped source code analysis expects Android Studio projects to have their source directory at app/src/main.
However, app/ can be named anything, based on the project's discretion. This means that the zip analysis does not work for a lot of projects who have chosen to name their source directory something else.
Describe the solution you'd like
Detect the source directory automatically by searching.
Describe alternatives you've considered
We could, maybe, specify a parameter indicating what the source directory is. However, this would disrupt the drag-and-drop upload experience that we currently have.
If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance.
Is your feature request related to a problem? Please describe. The zipped source code analysis expects Android Studio projects to have their source directory at app/src/main. However, app/ can be named anything, based on the project's discretion. This means that the zip analysis does not work for a lot of projects who have chosen to name their source directory something else.
Describe the solution you'd like Detect the source directory automatically by searching.
Describe alternatives you've considered We could, maybe, specify a parameter indicating what the source directory is. However, this would disrupt the drag-and-drop upload experience that we currently have.