Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paving-base/apk-installer-classic
An Android Application Installer for Windows
https://github.com/paving-base/apk-installer-classic
android apk installer wpf wsa
Last synced: about 3 hours ago
JSON representation
An Android Application Installer for Windows
- Host: GitHub
- URL: https://github.com/paving-base/apk-installer-classic
- Owner: Paving-Base
- License: gpl-3.0
- Created: 2022-01-02T15:24:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:47:56.000Z (19 days ago)
- Last Synced: 2024-10-28T15:12:16.528Z (19 days ago)
- Topics: android, apk, installer, wpf, wsa
- Language: C#
- Homepage:
- Size: 6.72 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# APK Installer
An Android Application Installer for Windows[![Build Status](https://dev.azure.com/wherewhere/APK-Installer/_apis/build/status/Paving-Base.APK-Installer-Classic?branchName=main)](https://dev.azure.com/wherewhere/APK-Installer/_build/latest?definitionId=9&branchName=main)
[![Crowdin](https://badges.crowdin.net/APK-Installer-Classic/localized.svg)](https://crowdin.com/project/APK-Installer-Classic)[![LICENSE](https://img.shields.io/github/license/Paving-Base/APK-Installer-Classic.svg?label=License&style=flat-square)](https://github.com/Paving-Base/APK-Installer-Classic/blob/master/LICENSE "LICENSE")
[![Issues](https://img.shields.io/github/issues/Paving-Base/APK-Installer-Classic.svg?label=Issues&style=flat-square)](https://github.com/Paving-Base/APK-Installer-Classic/issues "Issues")
[![Stargazers](https://img.shields.io/github/stars/Paving-Base/APK-Installer-Classic.svg?label=Stars&style=flat-square)](https://github.com/Paving-Base/APK-Installer-Classic/stargazers "Stargazers")[![Microsoft Store](https://img.shields.io/badge/download-%e4%b8%8b%e8%bd%bd-magenta.svg?label=Microsoft%20Store&logo=Microsoft&style=for-the-badge&color=11a2f8)](https://www.microsoft.com/store/apps/9N3HJLJP8V15 "Microsoft Store")
[![GitHub All Releases](https://img.shields.io/github/downloads/Paving-Base/APK-Installer-Classic/total.svg?label=DOWNLOAD&logo=github&style=for-the-badge)](https://github.com/Paving-Base/APK-Installer-Classic/releases/latest "GitHub All Releases")## 语言
- [中文](README.md)## 目录
- [APK Installer](#apk-installer)
- [语言](#语言)
- [目录](#目录)
- [如何安装应用](#如何安装应用)
- [最低需求](#最低需求)
- [使用应用安装脚本安装应用](#使用应用安装脚本安装应用)
- [使用应用安装程序安装应用](#使用应用安装程序安装应用)
- [更新应用](#更新应用)
- [屏幕截图](#屏幕截图)
- [使用到的模块](#使用到的模块)
- [鸣谢](#鸣谢)
- [Star 数量统计](#star-数量统计)## 如何安装应用
### 最低需求
- Windows 7 Build 7231及以上
- 设备需支持ARM/ARM64/x86/x64
- 至少400MB的空余储存空间(用于储存安装包与安装应用)### 使用应用安装脚本安装应用
- 下载并解压最新的[安装包`(APKInstaller (Package)_x.x.x.0_Test.rar)`](https://github.com/Paving-Base/APK-Installer-Classic/releases/latest "下载安装包")
- 如果没有应用安装脚本,下载[`Install.ps1`](Install.ps1)到目标目录
![Install.ps1](Images/Guides/Snipaste_2019-10-12_22-49-11.png)
- 右击`Install.ps1`,选择“使用PowerShell运行”
- 应用安装脚本将会引导您完成此过程的剩余部分### 使用应用安装程序安装应用
- 下载并解压最新的[安装包`(APKInstaller (Package)_x.x.x.0_Test.rar)`](https://github.com/Paving-Base/APK-Installer-Classic/releases/latest "下载安装包")
- [开启旁加载模式](https://www.windowscentral.com/how-enable-windows-10-sideload-apps-outside-store)
- 如果您想开发UWP应用,您可以开启[开发人员模式](https://docs.microsoft.com/zh-cn/windows/uwp/get-started/enable-your-device-for-development),**对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的**
- 安装`Dependencies`文件夹下的适用于您的设备的所有依赖包
![Dependencies](Images/Guides/Snipaste_2019-10-13_15-51-33.png)
- 安装`*.cer`证书到`本地计算机`→`受信任的根证书颁发机构`
- 这项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户
![安装证书](Images/Guides/Snipaste_2019-10-12_22-46-37.png)
![导入本地计算机](Images/Guides/Snipaste_2019-10-19_15-28-58.png)
![储存到受信任的根证书颁发机构](Images/Guides/Snipaste_2019-10-20_23-36-44.png)
- 双击`*.appxbundle`,单击安装,坐和放宽
![安装](Images/Guides/Snipaste_2019-10-13_12-42-40.png)### 更新应用
- 下载并解压最新的[安装包`(APKInstaller (Package)_x.x.x.0_x86_x64_arm_arm64.appxbundle)`](https://github.com/Paving-Base/APK-Installer-Classic/releases/latest "下载安装包")
- 双击`*.appxbundle`,单击更新,坐和放宽
![更新](Images/Guides/Snipaste_2019-10-13_16-01-09.png)## 屏幕截图
- 安装
![安装](Images/Screenshots/Snipaste_2022-01-03_01-07-53.png)## 使用到的模块
- [MicaWPF](https://github.com/Simnico99/MicaWPF "MicaWPF")
- [Modern WPF](https://github.com/Kinnara/ModernWpf "Modern WPF")
- [Downloader](https://github.com/bezzad/Downloader "Downloader")
- [AAPTForNet](https://github.com/canheo136/QuickLook.Plugin.ApkViewer "AAPTForNet")
- [Advanced Sharp Adb Client](https://github.com/yungd1plomat/AdvancedSharpAdbClient "Advanced Sharp Adb Client")## 鸣谢
- 所有为 APK Installer 做出贡献的同志们
- **铺路尚未成功,同志仍需努力!**## Star 数量统计
[![Star 数量统计](https://starchart.cc/Paving-Base/APK-Installer-Classic.svg)](https://starchart.cc/Paving-Base/APK-Installer-Classic "Star 数量统计")