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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -