Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No results when using in a Java program #75

Closed
guenodz opened this issue Apr 19, 2015 · 2 comments
Closed

No results when using in a Java program #75

guenodz opened this issue Apr 19, 2015 · 2 comments

Comments

@guenodz
Copy link

guenodz commented Apr 19, 2015

Hello,

i have used google-play-crawler in my java program, but nothing is returned.
here my program:

public static void main(String[] args) throws Exception {

        GooglePlayAPI playAPI = new GooglePlayAPI("email", "pass", "android_id");
        playAPI.setClient(new DefaultHttpClient());
        playAPI.login();

        GooglePlay.DetailsResponse response = playAPI.details("packag_name");
        System.out.println(response.toString());
    }

And when i debug the program, all reponse's attributes are empty.

@GitTom
Copy link

GitTom commented Apr 19, 2015

Yes, if you look at this issue: #69

I think that the project is not working since about 6 months.

Also, the other Java based play store api's that I'm aware of are abandoned and broken too.

@guenodz
Copy link
Author

guenodz commented Apr 19, 2015

Thanks @GitTom 👍

@guenodz guenodz closed this as completed Apr 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants