Beginner questions about creating app on Android

Asked

Viewed 148 times

0

I am new in the development of app for Android and I am using Android Studio for this, but I would like to anticipate some doubts. They are:

  1. How do I at the end of the project publish on Android?
  2. What is the amount and if the payment is annual or paid only once?
  3. The project will be aimed at several companies. I can develop app for each of these companies within my account?
  4. In case of positive doubt 3, I will have to pay some additional amount?
  5. How long it takes to publish each app.

About item 2, I got the information on that website

Thank you

  • Before someone with a nervous finger denies the post, without even knowing the subject, I would like to inform you that my doubts are relevant, since they can overcome doubts of many people who are joining now. Apps on Android are developed in Java, but I believe that, as it already has a Java tag, could be more malleable with some doubts here, since the world of Android goes far beyond programming and the doubts are wide, since they depend on several factors for the success of the project.

  • Don’t confuse Android with Google Play. Making apps for Android is free and has no restrictions. Putting on Google Play is another.

1 answer

2


  1. You will first need to generate your signed APK and in Android Studio itself you do this. You will need to create a Keystore with some people information so you can subscribe to your app. This Keystore can also be created by IDE/Android Studio.

  2. To have a developer account and publish apps in the Play Store, you’ll only need to buy a paying one 25USD and only, does not need any additional or annual payment.

  3. You can publish as many apps as you want, for as many companies as you want, no problem.

  4. Not.

  5. Usually the deadline is up to 24 hours, but can be released in up to 3 hours.

Read more on: https://developer.android.com/studio/publish/preparing.html?hl=pt-br

  • Thank you very much for the itscorey clarifications.

  • 1

    @Fox.11 this is just a brief summary of the process, but it is important information. In the console itself, when you already open your account, you will have your doubts completely clarified! :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.