Posts

Showing posts from December, 2022

Build and release an Android app

Image
  When you’re ready to prepare a  release  version of your app, for example, to  publish to the Google Play Store , this page can help. Before publishing, you might want to put some finishing touches on your app. This page covers the following topics: Create an upload keystore Step 1 Go to  in android studio then Following the  Android Studio key generation steps Running the following at the command line: On Mac/Linux, use the following command:    keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload             On Windows, use the following command:                     keytool -genkey -v -keystore c:\Users\Praveen\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key      -----type this command in terminal  Like this Ex----> PS C:\Users\Praveen\AndroidStudioProjects\pahelia> keytool -genkey -v -keystore c:\Users\Praveen\key.jks -storetype JKS  -keyalg RSA -keysize 2048 -validity 10000 -alias key Enter ke

Privacy Policy

                                                                      Privacy Policy This page is used to inform visitors regarding our policies regarding the collection, use, and disclosure of Personal Information if anyone decided to use our Service. If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information we collect is used to provide and improve the Service. We will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at THIS unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained by us and used as described in this privacy policy. Log Data We wan