3.4.1 does not compile
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
Does not compile:
> Task :react-native-date-picker:compileReleaseJavaWithJavac FAILED
node_modules/react-native-date-picker/android/src/main/java/com/henninghall/date_picker/pickers/
AndroidNative.java:56: error: cannot find symbol
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
symbol: variable Q
location: class VERSION_CODES
node_modules/react-native-date-picker/android/src/main/java/com/henninghall/date_picker/pickers/
AndroidNative.java:57: error: incompatible types: int cannot be converted to String
setTextColor(color);
compileSdk = 30
buildTools = "30.0.2"
minSdk = 22
targetSdk = 30
Smartphone (please complete the following information):
- OS: Android
- React Native version 0.65.1
- react-native-date-picker version 3.4.1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:17 (8 by maintainers)
Top Results From Across the Web
WebStatus wont compile: The "jquery@3.4.1" library could not ...
Try this: -Right click libman.json. Disable Client-Side libraries on build. Build the project.
Read more >Gradle 3.4.1 Release Notes
This release fixes critical defects to the Java incremental compilation that may prevent recompilation. It does not include any new features. We recommend ......
Read more >3. Using GHCi — Glasgow Haskell Compiler 9.4.3 User's Guide
Since GHCi will only use a compiled object file if it can be sure that the compiled version is up-to-date, a good technique...
Read more >Bug listing with status RESOLVED with resolution TEST ...
... Bug:22806 - "gs-sources 2.4.21_rc8 will not compile on SMP machine. ... "gcc 3.4.1 can't compile emu10k1" status:RESOLVED resolution:TEST-REQUEST ...
Read more >Release Notes | Clang Power Tools
Bug Fixes · Clang compile is not launched after a successful MSVC compilation · The Tidy on save option is not working properly...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I only get one error, which is:
@MujtabaFR you did remember to rebuild after install right?