action-release-debugapk icon indicating copy to clipboard operation
action-release-debugapk copied to clipboard

🕷 Build and release debug APK from your Android project

Results 2 action-release-debugapk issues
Sort by recently updated
recently updated
newest added

with messages like: > Observed package id 'ndk;21.4.7075529' in inconsistent location '/usr/local/lib/android/sdk/ndk-bundle' (Expected '/usr/local/lib/android/sdk/ndk/21.4.7075529') and > No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android ref:...

When using Gradle's Kotlin DSL for the build file the versionName is not recognized which results in a release string "${RELEASE_TITLE} - v". The script should also consider build.gradle.kts files...