`-abi` not work?
When trying to download the apk I get an error that the device is not supported, trying to set abi I got another error, can you help with this?
```sh
user@192:~/Загрузки$ play -i com.arizona21.game
21:43:36 POST https://android.googleapis.com/auth
21:43:36 GET https://android.clients.google.com/fdfe/details?doc=com.arizona21.game
details[8] = 0 USD
details[13][1][4] =
details[13][1][16] =
details[13][1][17] =
details[13][1][82][1][1] = Зависит от устройства
details[15][18] = https://arizona-rp.com/document/policy
downloads = 2.38 million
name = ARIZONA ONLINE
size = 0 byte
version code = 0
user@192:~/Загрузки$ play -i com.arizona21.game -a
21:42:40 POST https://android.googleapis.com/auth
21:42:40 POST https://android.clients.google.com/fdfe/acquire
panic: Ошибка
Ваше устройство несовместимо с этим приложением.
goroutine 1 [running]:
main.main()
/home/user/go/pkg/mod/41.neocities.org/google@v1.7.1/internal/play/main.go:47 +0x59c
user@192:~/Загрузки$ play -abi "arm64-v8a" -i com.arizona21.game -a
21:42:44 POST https://android.googleapis.com/auth
panic: open /home/user/google-play/arm64-v8a.txt: no such file or directory
goroutine 1 [running]:
main.main()
/home/user/go/pkg/mod/41.neocities.org/google@v1.7.1/internal/play/main.go:47 +0x59c
```
关闭于 2025-02-19 3 条评论