Y
Hacker News
new
|
ask
|
show
|
jobs
by
mad2021
1638 days ago
Anyone able to install the chronofile (OP's app name) APK? I am running Android 11, and whenever I try to install, it says app not installed.
1 comments
thatloststudent
1638 days ago
Apparently, the OP has released this apk with the android:testOnly flag, so you need to install it with adb using
adb install -r -t <file>.apk
link
artnc
1638 days ago
Whoops, apparently Android Studio silently adds that flag nowadays! Thanks for investigating. I've just uploaded a new APK that should hopefully work.
https://github.com/artnc/chronofile/releases
link