-
We would really like to use this package, but we may have to remove due to build issues. It's very odd since it still builds the .aab file, but then in our CICD platform it tries to sign what I assume…
-
### Use case description
Main use case is about playing files inside APK with not only for example Uri:
`Uri.parse(("file:///android_asset/music.mp3"))`
But to be able to use files located in jar…
Woren updated
2 months ago
-
Any plan to use multistage builds, I personally use it:
```
ARG ENVIRONMENT
ARG ALPINE_VERSION
FROM alpine:${ALPINE_VERSION} AS glibc-base
ARG GLIBC_VERSION
ARG GLIBC_URL=https://ftp.gnu.o…
-
When I build an image which already exists (because of a previous build on the same engine with 100% cache hit), the builder still spends a lot of time in "sending tarball". This causes a noticeable d…
-
Im trying the APK_BUILDER but getting:
`No launchable activity found`
apk_builder.py --apk com.app.test.apk
It looks like the Apk manifest doesnt have "launchable-activity: name=" on it.
-
Nothing else
-
The apk_builder.py tool has issues on line 98 (inconsistent use of tabs and spaces). The Requirements.txt is generating errors when you run it through `pip3 install -r requirements.txt` for the `setup…
-
DO NOT remove the blocks below, but fill these with the requested data. Incomplete bug reports will be ignored!
**Describe the bug**
After enabling the snapcast extension, the extension gets bui…
-
[root@anonymous:~/Desktop/weapons/apppen/qark/qark]# python qark.py
Traceback (most recent call last):
File "qark.py", line 11, in
from qark.apk_builder import APKBuilder
File "/root/Des…
-
Hi, Iove the concept of the software and I am keen to try it out. However I keep getting an error and cannto figure out what I am doing wrong. I would appreciate some support please.
root@docker:…