Skip to content
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

Update README.md #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
mayurjobanputra authored Jun 12, 2023
commit 8506ede42b97d25c381b7bd55570ddba3675eef2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ When you are ready to release your app and have test the app in Studio virtual s
3. If the APK file gets built, then BEFORE loading the APK file into your mobile, test the APK file at virustotal.com to make sure it isn't flagged. Many APK files across the web have viruses, so this should be good security practice.
4. Test the APK file again at MetaDefender https://metadefender.opswat.com/
5. Let Google virus scan your file. Copy the APK file to your Google Drive. Within a few minutes, if there is a virus in the file, Google will send you an email. If not, you won't get an email.
6. If all the virus testing passes, then install the APK file into your phone by either emailing the file to yourself, or using a remote FTP connection into your phone. The File Manager app lets you do this. https://play.google.com/store/apps/details?id=com.alphainventor.filemanager
6. If all the virus testing passes, then install the APK file into your phone by either emailing the file to yourself from your desktop and opening on mobile, or using a remote FTP connection into your phone. The File Manager app lets you do this by opening an FTP server on your phone. https://play.google.com/store/apps/details?id=com.alphainventor.filemanager
7. Test your app on your phone
8. If it works on your phone, then build the package for uploading to Google Play store
9. Locate the build.gradle (module.app) file on the left hand side in Android Studio