본문으로 바로가기

(For Google Play_ App Market)

In developer console, 

when it Shows up "supported devices 0"

Must Check your typos in 'androidmanifest.xml'

Especially Permission and feature!


e.g. 


<uses-feature android:name="android:hardware.camera">

it should be 

<uses-feature android:name="android.hardware.camera">