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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -