Skip to main content
Filter by
Sorted by
Tagged with
-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: ...
toshiomagic's user avatar
  • 1,657
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 ...
Ramin JAN's user avatar
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....
doru001's user avatar
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 ...
mu0by4pi's user avatar
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 ...
Clint Singer's user avatar
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....
Badi elmaestro's user avatar