skhurams
skhurams

Reputation: 2145

Remote debugging showing android device but not inspect option samsung tab gt-p5100

Hi I'am working on phonegap. I have two devices Samsung S3 (android 4.4) and Samsung tab GT-PT5100(android 4.2) my problem is when I connect S3 my device shows and I can inspect my app but when I try to connect Samsung tab I can view my device but there is no option for inspect

can anyone help?

Upvotes: 1

Views: 1930

Answers (1)

turtle
turtle

Reputation: 1619

A quote from Remote Debugging on Android with Chrome :

To begin remote debugging, you will need:

For Android apps: Android 4.4+ and a WebView configured for debugging.

So for cordova application Android 4.4+ is required.

Upvotes: 3

Related Questions