-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
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
Can we have the APK directly in the github repository instead of the source code provided ? #3
Comments
It could be done with releases via CI/CD or manually after some stability. |
yeah,there is a problem in building this .apk in android sharing because of ndk version. so i did you can download this one. https://drive.google.com/file/d/1x1wxM0FNQN4rgxiTeB3bKbiFuJWdr0_V/view?usp=sharing |
ovaa apk direct link: https://drive.google.com/file/d/1Xbjok3SmYbs9TBjePUoQtpJFv7g4AeYU/view?usp=share_link |
How did you guys build it? |
download it directly from : https://drive.google.com/file/d/1x1wxM0FNQN4rgxiTeB3bKbiFuJWdr0_V/view?usp=sharing |
|
yes,i guess so |
I rebuilt the environment to compile ovaa, which is a usable apk : https://github.com/Tig3rHu/ovaa_apk_security |
its is very easy to build by ourselves got an error while building this , solved by referring stack overflow page |
Before compiling the APK, You need to set android:usesCleartextTraffic="true" in AndroidManifest.xml, otherwise your traffic can only go through https. |
It will be great if we can directly access the APK instead of building the application using the source code.
The text was updated successfully, but these errors were encountered: