-
Notifications
You must be signed in to change notification settings - Fork 58
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
Request: Build Instructions #1
Comments
There isn't anything special. I'm using Android Studio 3.1.3 and gradle 4.4 |
First it is complaining about missing settings.gradle then "Transform output file ..\protobuf-java-3.6.0.jar does not exist." |
I've uploaded the jar, but it't nothing else then the protobuf in jar format from: https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/ |
Looks like this line in build.gradle is mucking things up. //implementation files('libs/protobuf-java-3.6.0.jar') Upon commenting it out the app was built with no problem. I haven't tested functionality yet Worth nothing that this project should not be imported through intuitive "Import Project" dialog but rather with "Open Existing Android Project". |
It's needed so you can use protobufers but I think you can simply get rid
of it. I only have it there because I'm extending the app with other
functionality as well, but for the current stage it can be simply removed.
Sorry I totally forgot about that and when you first mentioned I didn't
even think I just uploaded the jar file.
Kind regards
Emil Borconi-Szedressy
Tel: +44-791-32-32-588
…On Fri, 31 Aug 2018 at 19:23, ikrogers ***@***.***> wrote:
Looks like this line in build.gradle is mucking things up.
//implementation files('libs/protobuf-java-3.6.0.jar')
What is it for?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAo8PEvkh2kYZJBdjvVJ7pw0qJUIuRdzks5uWX8sgaJpZM4V9cZm>
.
|
I've just opened a PR with the information of how to build this project, and some fixes to the project files. |
I think this could be closed since this changes are already merged. |
I am having some trouble getting gradle to cooperate, so I was wondering if you would be willing to post some build instrutions/requirements in the readme.
The text was updated successfully, but these errors were encountered: