Problem
Results are not displayed on the web interface after measures have been run.
Solution
Verify the logcat of the android device with the tag GSPT:
[source, bash]
----
adb logcat | grep GSPT
----Verify you have put the permission in your application manifest :
[source, xml]
.AndroidManifest.xml
----
<uses-permission android:name="android.permission.INTERNET" />
----In your browser, http://your-instance.greenspector.com/api must return OK
Related articles
Filter by label
There are no items with the selected labels at this time.