Difference between revisions of "AndroidGooglePlayConsole"
From Lost In Wonderlands
(Created page with "= Android Google Play Console = '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''Everything You Always Wanted to Know on Android Google...") |
(→Android Lint) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 35: | Line 35: | ||
== Android Google Play Console == | == Android Google Play Console == | ||
+ | |||
+ | === how to publish an Android App === | ||
+ | * https://electricnews.fr/publier-un-app-sous-android-petite-presentation-de-google-dev-console/ | ||
+ | |||
+ | |||
+ | ==== aapt ==== | ||
+ | * https://developer.android.com/guide/topics/manifest/uses-feature-element#testing | ||
+ | |||
+ | ==== Android Lint ==== | ||
+ | * http://tools.android.com/tips/lint | ||
+ | |||
+ | on eclipse ADT there is a specific command android lint in a menu ( but is it still useful to go with eclipse ADT. ? ;) ) | ||
+ | |||
+ | on Android studio simply go to Analyse menu Inspect Code options ! and that's it ! | ||
== Android Google Play Store == | == Android Google Play Store == |
Latest revision as of 19:47, 22 November 2019
Contents
Android Google Play Console
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Android Google Play Console... (But Were Afraid to Ask)
a collection of links of interest
See also
- Android
- AndroidAOSP
- AndroidNDK
- AndroidGoogleAPIs
- AndroidGooglePlayServices
- AndroidGooglePlayConsole
- AndroidDevices
Android Google Play Console
how to publish an Android App
aapt
Android Lint
on eclipse ADT there is a specific command android lint in a menu ( but is it still useful to go with eclipse ADT. ? ;) )
on Android studio simply go to Analyse menu Inspect Code options ! and that's it !