java - My Android application not showing on One Plus mobile's Play Store -


i have developed android application in android studio. have uploaded on google play store. showing on mobile rather 1 plus mobile. have used following sdk version.

<uses-sdk         android:minsdkversion="15"         android:targetsdkversion="25" />  

how can solve problem?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -