Cannot build from source with provided instructions due to missing twitter.properties file. #997

Closed
opened 2020-08-31 16:01:14 +02:00 by clay53 · 3 comments
clay53 commented 2020-08-31 16:01:14 +02:00 (Migrated from github.com)

The Issue

Cannot build from source with provided instructions due to missing twitter.properties file.

FAILURE: Build failed with an exception.

* Where:
Build file '/home/clay53/git/github/lbryio/lbry-android/app/build.gradle' line: 47

* What went wrong:
A problem occurred evaluating project ':app'.
> /home/clay53/git/github/lbryio/lbry-android/app/twitter.properties (No such file or directory)

Steps to reproduce

  1. Clone source
  2. Follow instructions in README.md
  3. Error shows

Expected behaviour

Tell us what should happen
Instructions should provide information on how to fully build the project.

Actual behaviour

Tell us what happens instead
Instructions do not provide how to get the twitter.properties file.

<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. We are also available on live chat at https://chat.lbry.com --> ## The Issue Cannot build from source with provided instructions due to missing `twitter.properties` file. ``` FAILURE: Build failed with an exception. * Where: Build file '/home/clay53/git/github/lbryio/lbry-android/app/build.gradle' line: 47 * What went wrong: A problem occurred evaluating project ':app'. > /home/clay53/git/github/lbryio/lbry-android/app/twitter.properties (No such file or directory) ``` ### Steps to reproduce 1. Clone source 2. Follow instructions in README.md 3. Error shows ### Expected behaviour Tell us what should happen Instructions should provide information on how to fully build the project. ### Actual behaviour Tell us what happens instead Instructions do not provide how to get the twitter.properties file.
akinwale commented 2020-09-01 16:55:04 +02:00 (Migrated from github.com)

You can create a twitter.properties file in the app folder containing the text below. The values don't really matter as they are only required for Twitter sign in verification. The README.md file will be updated.

twitterConsumerKey=xxx
twitterConsumerSecret=xxx
You can create a `twitter.properties` file in the `app` folder containing the text below. The values don't really matter as they are only required for Twitter sign in verification. The README.md file will be updated. ``` twitterConsumerKey=xxx twitterConsumerSecret=xxx ```
clay53 commented 2020-09-16 17:24:59 +02:00 (Migrated from github.com)

The README.md still hasn't been update for this. Is this going to be done soon or should I try to do it?

The README.md still hasn't been update for this. Is this going to be done soon or should I try to do it?
clay53 commented 2020-09-16 17:25:39 +02:00 (Migrated from github.com)

Or should there be changes to the code to allow for building without this file?

Or should there be changes to the code to allow for building without this file?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LBRYCommunity/lbry-android#997
No description provided.