Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.06 KB

README.md

File metadata and controls

30 lines (22 loc) · 2.06 KB

AndroidSideloader

GitHub last commit GitHub release (latest by date) Downloads Issues

Disclaimer

This application might get flagged as malware by some antivirus software; however, both the Sideloader and the Sideloader Launcher are open source.

Latest VirusTotal Scan (1/72): Check here

Support

For any assistance or questions, please utilize our support channels available at Live Chats.

Build Instructions

This project is developed using C# with WinForms targeting the .NET Framework 4.5.2. To build the project successfully in Visual Studio 2022, follow these steps:

  1. Clone this repository to your local machine.
  2. Ensure you have the .NET Framework 4.5.2 installed on your machine.
  3. Open the solution file (*.sln) in Visual Studio 2022.
  4. Sometimes the building process can fail due to the packages.config, you should migrate it to PackageReference, do this by right clicking on References in the Solution Explorer, and pressing "Migrate packages.config to PackageReference"
  5. Build the solution by selecting "Build" > "Build Solution" from the Visual Studio menu or pressing Ctrl + Shift + B. (or right click the solution in the solution explorer, then press Build)
  6. Run the application.

Contributing

We welcome contributions from the community. If you would like to contribute, please fork the repository, branch from the newest beta branch from this repository, make your changes, and submit a pull request.

License

AndroidSideloader is distributed under the GPL license, meaning any forks of it must have their source code made public on the internet. See the LICENSE file for details.