Cyberpwned
Cyberpunk 2077 破解小游戏解析器 – Play Store: https://play.google.com/store/apps/details?id=com.nicolassiplis.cyberpwned
要求
- Flutter
- Currently tested with version 2.0
- https://flutterdart.cn/
- A personal Firebase project
- Required to get a valid google-services.json file
- https://support.google.com/firebase/answer/7015592?hl=en
- Android Studio/IntelliJ with Flutter plugin
- Not entirely required, but should allow you to test the app without having to side-load it into your phone
安装和运行
请确保将您的 google-services.json 文件复制到 android/app,否则您将收到构建错误,并且无法编译应用程序。
有几种方法可以尝试使用该应用
- 从命令行,您可以执行
flutter build apk,它应该会在 build/outputs/apk/release 中生成一个 app-release.apk 文件。然后您应该能够将应用程序侧载到您的手机中。 - 如果您正在使用已安装 Flutter 插件的 Android Studio/IntelliJ,请参阅以下指南:https://flutterdart.cn/docs/get-started/test-drive?tab=androidstudio。假设您正在使用模拟器,您需要配置一个摄像头才能真正测试该应用:https://stackoverflow.com/a/30792615/4572619。
- 如果您想在设备上运行应用程序而不必对其进行侧载:https://stackoverflow.com/a/54526682/4572619
- 如果您愿意侧载 APK 文件,请从以下链接下载:https://github.com/nicolas-siplis/cyberpwned/releases

