6 questions from the last 7 days
-1
votes
1
answer
38
views
System.getenv returns the number plus 1 in Github Actions
I am trying to author a build script for Github Actions in yaml. It goes something like this:
jobs:
build-test-and-deploy:
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- name: ...
0
votes
0
answers
73
views
Problem Building APK with Flutter and Gradle (New Project)
I’m working on a Flutter project using VS Code. I created the project with the flutter create command, so it uses Gradle Kotlin DSL (build.gradle.kts) by default.
The main issue is that when I run ...
0
votes
1
answer
33
views
How to replace the deprecated plugin function with the apply function in Gradle
The Android Studio's Empty Activity default configuration calls the plugin function in two places:
in the FirstEmpty/build.gradle.kts script:
import org.gradle.kotlin.dsl.support....
1
vote
0
answers
27
views
API token authentication failure in streamlabs
I've been trying to send a post request to https://streamlabs.com/api/v2.0/donations with the access token from user settings (note that i didnt register my app but i am just going to use it for my ...
0
votes
0
answers
24
views
Dynamically select signing config by selected running device
I'm using Android Studio against two different custom Android devices where I need a specific signing key for each one to be able to run the application in the debugger. Currently I'm commenting out ...
0
votes
1
answer
40
views
change NDK version in build.gradle.kts
I installed flutter and android studion configured in kotlin gradle. when i open a new flutter project, inside android/build.gradle.kts file i got an error refers that the ndk doesn't have source....