You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above will generate unsigned APKs in the directory
app/build/outputs/apk/geckoBeta/ghostery. These APKs are unsigned, so you
need to sign them with apksigner. Please notice, you need to use Java 9
to use this program, otherwise it will crash complaining about the class
version.
Assuming the Android Sdk is installed in ANDROID_HOME run the following
command.
You may have to call this on multiple APKs (depending on the architectures you
want to support). At least, the arm64-v8a and the armeabi-v7a must be
signed, as PlayStore force you to upload both 64bits and 32bits versions for a
given architecture.
Upload and release the signed APKs to the PlayStore.