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

import this into android studio #27

Open
linzblinzb opened this issue Apr 24, 2020 · 3 comments
Open

import this into android studio #27

linzblinzb opened this issue Apr 24, 2020 · 3 comments

Comments

@linzblinzb
Copy link

hi,
when import this into studio,have a mistake
groovy.lang.MissingPropertyException: Could not get unknown property 'GROUP' for object of type org.gradle.internal.extensibility.DefaultExtraPropertiesExtension.

can you please tell me how to do?thanks very much

@raviyadav5951
Copy link

getting same issue when I forked repo at my end.

@nisrulz
Copy link
Owner

nisrulz commented Aug 13, 2020

If you import the lib you need to defined the publishing vars. Those are private secrete info which is used to publish the repo to maven repo.

You have 2 solutions:

  1. Use the published lib from maven repo. (Recommended)
  2. Strip the code of publishing related code and just use the lib as a module. This requires work.

@raviyadav5951
Copy link

thanks @nisrulz actually I have forked the repo to update os code name . and not able to completely setup the project. Anyways I am creating pull request soon to merge those updated changes. Thanks for your comment and time.

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

3 participants