标签: android google-play google-play-services
如何在Android中使用php api从google play获取免费应用详情(应用名称,描述,应用图标,评级)。
我找到了一个例子this link,但我在include_once('api/playStoreApi.php');上收到错误 和$class_init = new PlayStoreApi;。请帮忙解决这个问题
include_once('api/playStoreApi.php');
$class_init = new PlayStoreApi;