You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What GitHub Actions topic or product is this about?
Actions Runner
Discussion Details
I stuck in this error preventing me to next step of making apk app. please explain
in details because I am new to this.
` Run android-actions/setup-android@v3 Found preinstalled sdkmanager in /usr/local/lib/android/sdk/cmdline-tools/latest with following source.properties: Pkg.Revision=12.0 Pkg.Path=cmdline-tools;12.0 Pkg.Desc=Android SDK Command-line Tools Wrong version in preinstalled sdkmanager Downloading commandline tools from
workflow file
` name: Android Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Set up Android SDK
uses: android-actions/setup-android@v3
with:
# Installs the specified Android SDK packages, including the necessary build-tools.
packages: |
build-tools;34.0.0
platforms;android-34
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
ActionsBuild, test, and automate your deployment pipeline with world-class CI/CDQuestionAsk and answer questions about GitHub features and usageActions RunnerFor issues and discussions related to the Actions Runner projectMiscGeneral discussions about GitHub Actions that don't fit other found themes.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Actions Runner
Discussion Details
I stuck in this error preventing me to next step of making apk app. please explain
in details because I am new to this.
` Run android-actions/setup-android@v3 Found preinstalled sdkmanager in /usr/local/lib/android/sdk/cmdline-tools/latest with following source.properties: Pkg.Revision=12.0 Pkg.Path=cmdline-tools;12.0 Pkg.Desc=Android SDK Command-line Tools Wrong version in preinstalled sdkmanager Downloading commandline tools from
workflow file
` name: Android Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
Beta Was this translation helpful? Give feedback.
All reactions