We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile android-app, missing source code
Steps to reproduce: Android Studio 2024.2.2, download android-app subfolder, setup build environment, compile and build APK
Expected behavior APK is built
Screenshots
As far as I see, the repository is missing the following source code:
io.github.mkckr0.audio_share_app.pb.Client io.github.mkckr0.audio_share_app.pb.Client.AudioFormat
Maybe others. What happened here? Would you be so kind to checkin the missing code to github?
The text was updated successfully, but these errors were encountered:
At first, sync the gradle
Sorry, something went wrong.
That is not the issue:
Task :prepareKotlinBuildScriptModel UP-TO-DATE
The source files mentioned are missing from the github repo. There is no folder "pb" on github.
Rebuild project and check these two points.
No branches or pull requests
Unable to compile android-app, missing source code
Steps to reproduce:
Android Studio 2024.2.2, download android-app subfolder, setup build environment, compile and build APK
Expected behavior
APK is built
Screenshots
![Image](https://private-user-images.githubusercontent.com/143885044/407190718-7c627b34-c899-4239-9b4f-4d17559b4c1a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MTE1OTMsIm5iZiI6MTczOTkxMTI5MywicGF0aCI6Ii8xNDM4ODUwNDQvNDA3MTkwNzE4LTdjNjI3YjM0LWM4OTktNDIzOS05YjRmLTRkMTc1NTliNGMxYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxOFQyMDQxMzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZTUxZGRhMDMyYTg0YjkxY2Y2Y2I2ODFmYmZiNWZmMmJhZTliYjI4NzJlMDg1MGNmZTUzMGM0MWY5MTllNDY0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jpD94eRWo6MZBbF2NMhrYrbwFnaY1LwAoz0Z1zzAVxw)
As far as I see, the repository is missing the following source code:
io.github.mkckr0.audio_share_app.pb.Client
io.github.mkckr0.audio_share_app.pb.Client.AudioFormat
Maybe others. What happened here? Would you be so kind to checkin the missing code to github?
The text was updated successfully, but these errors were encountered: