1
Answer

how can we run my android app on crome book..

Nimish Saxena

Nimish Saxena

6y
568
1
how can we run my android app on  crome book.....crome easily install whatts app but not install my app ...i was change in Andorid.manifiest file ...changes are follows...
 
<uses-feature android:name="android.hardware.faketouch" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.permission.HARDWARE.TYPE.PC" android:required="false" />
<uses-feature android:name="android.hardware.telephony" android:required="false"/>
  but these feature not updated when we check my app on beta release in google play console developer....please suggest the solution....
 
 
Answers (1)