-
Is possible with the ide create a standalone apk of the app created ?
Thanks
-
{
"cli": {
"version": ">= 10.1.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"…
-
when I build with plugin in docker. the docker file like this:
```
# 第一阶段:使用 answer-builder 构建 answer
FROM apache/answer as answer-builder
# 第二阶段:使用 golang 构建插件和新的 answer
FROM golang:1.19-alpin…
-
Starting with v2.0.0, Caffeinate is no longer reproducible as you [insert build-time](https://github.com/abdalmoniem/Caffeinate/blob/main/app/build.gradle.kts#L40) into the APK, which is non-determin…
-
on Mac OS 14.7 with podman, I failed to build the docker due to mitmproxy-rs requires a newer version of rustc ( mitmproxy@0.9.3 requires rustc 1.80
mitmproxy_rs@0.9.3 requires rustc 1.80)
`…
-
## Description
I'm trying to use wppconnect-server on Cloud Run (GCP), but qrcode is never created and status goes from initializing to close.
Version 2.8.1
chromium installed
## Dockerfile
F…
-
I looked everywhere but could not find the link to build the apk file.
-
Thanks @watzon for this repo, I like the idea :+1:
I tried pulling the docker image, but it's still very large though (>4GB) – despite using `alpine:latest` and removing unnecessary packages.
T…
-
When I rename the class and package it, it prompts that I cannot find the Application class
```kotlin
val apk = ApkModule.loadApkFile(logger, inFile)
val directory = DexDirectory.fromZip(apk.zipE…
kirer updated
2 months ago
-
Trying to install using Docker instructions provided
Copy of error log output:
```
sudo docker build -t btc-rpc-explorer .
[+] Building 11.1s (13/13) FINISHED …