Genadinik
Genadinik

Reputation: 18649

Android - To create a test app, is it possible to create a second app instead of a test app?

I am looking to create an app for experiments and testing, but I would like to actually make it a real app instead of a test app so I can test various sorts of things on real users as well.

I am wondering what would be the main difference between a real test app for a current app I have, and another real app that I would use for testing.

Also, how do I actually make a second real app? Is there documentation for how to create a second app under the same account? I am not sure what would be different.

Thanks!

Upvotes: 0

Views: 79

Answers (1)

Kamal
Kamal

Reputation: 5522

There is no restriction on number of apps you can create using SDK (http://developer.android.com/sdk/index.html). Also all your apps are test apps unless you publish then in Android Market, from where users can download your app.

So don't worry, play around with SDK, create as much apps you want, run them in emulator, or on any android phone (set phone in debug mode). And once you feel your app is ready for outside users, just publish the app to the world http://developer.android.com/distribute/googleplay/publish/preparing.html

Upvotes: 2

Related Questions