question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android manual installation instructions are incorrect

See original GitHub issue

I’m not sure if the README.md instructions are wrong or if my project is different for some reason, but In building android, I was getting the following failure message:

* What went wrong:
A problem occurred evaluating project ':app'.
> Project with path ':@react-native-community_datetimepicker' could not be found in project ':app'.

I was able to fix this and get a successful build by changing settings.gradle to:

include ':@react-native-community_datetimepicker'
project(':@react-native-community_datetimepicker').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/datetimepicker/android')

and build.gradle to:

implementation project(':@react-native-community_datetimepicker')

Is this just me? I can open a PR if you’d like…

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Josin22commented, Sep 28, 2019

same to me, and do not add packages in MainApplication.java

0reactions
vonovakcommented, Jan 30, 2020

The PR with the fix was merged, closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android manual installation instructions are incorrect #27
I'm not sure if the README.md instructions are wrong or if my project is different for some reason, but In building android, I...
Read more >
Known issues with Android Studio and Android Gradle Plugin
If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version...
Read more >
Check & update your Android version
See which Android version you have · Open your phone's Settings app. · Near the bottom, tap About phone and then Android version....
Read more >
Set up email in the Outlook for Android app
Install the Outlook for Android app from the Google Play Store and then open it. Tap Get Started if this is your first...
Read more >
Duo Mobile on Android - Guide to Two-Factor Authentication
To see which version of Duo Mobile is installed on your device, go to the Android Settings menu, tap Apps, then scroll down...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found