We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
野良APK版はGoogle Playサービスが入っていない端末で利用されるケースも考えられるので、 Google Playサービスに依存しないAPKである必要性が出てくる可能性がある。 そのため、本来野良版とストア版で実装を分ける必要性があるので、 product flavorを用いて、アプリケーションIdと実装を分けられるようにしたい。 アプリケーションIdを分ける理由としては、二つのアプリを検証できるようにするなどをしたいから。
The text was updated successfully, but these errors were encountered:
ストア版はアプリケーションIdを変えることはできないので、 野良用のアプリケーションIdを考えたい
Sorry, something went wrong.
No branches or pull requests
概要
野良APK版はGoogle Playサービスが入っていない端末で利用されるケースも考えられるので、
Google Playサービスに依存しないAPKである必要性が出てくる可能性がある。
そのため、本来野良版とストア版で実装を分ける必要性があるので、
product flavorを用いて、アプリケーションIdと実装を分けられるようにしたい。
アプリケーションIdを分ける理由としては、二つのアプリを検証できるようにするなどをしたいから。
The text was updated successfully, but these errors were encountered: