Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool

VirtualAPK · Issues· 123 open

Open on GitHub

Locally synced open issues (discussions stay on GitHub)

  • #403

    Establish SECURITY.md: Define Security Policy and Vulnerability Reporting

    Updated Mar 5, 2026
  • #402

    name: Build Android APK on: push: branches: - main jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up JDK uses: actions/setup-java@v3 with: java-version: '17' distribution: 'temurin' - name: Grant execute permission for Gradlew run: chmod +x gradlew - name: Build with Gradle run: ./gradlew assembleDebug - name: Upload APK uses: actions/upload-artifact@v3 with: name: MRIPlannerApp path: app/build/outputs/apk/debug/app-debug.apk

    Updated Aug 31, 2025
  • #363

    启动插件Activity虽然启动成功了但是资源没有加载出来

    Updated Mar 24, 2025
  • #399

    Create apk of my html code

    Updated Dec 13, 2024
  • #357

    How to get commercial license?

    Updated Nov 7, 2024
  • #398

    Is it work on Android 13 , 14 ?

    Updated Oct 1, 2024
  • #393

    还维护升级吗?

    Updated May 28, 2024
  • #338

    能升级一下gradle吗?

    Updated Mar 6, 2024
  • #395

    Request

    Updated Feb 8, 2023
  • #394

    插件内跳转

    Updated Dec 5, 2022
  • #288

    Exception: multiple class loaders

    Updated Nov 7, 2022
  • #310

    ERROR: Task with name 'transformClassesAndResourcesWithProguardForRelease' not found in project ':app'.

    Updated Aug 26, 2022
  • #298

    在联想ZUK机型上崩溃

    Updated Mar 14, 2022
  • #374

    Wiki 中第三方文章 VirtualAPK 资源加载机制分析 打不开了

    Updated Mar 7, 2022
  • #390

    Unable to load class 'com.android.build.gradle.internal.TaskFactory'.

    Updated Oct 18, 2021