Sample doesn't works
See original GitHub issueI use the sample project android kotlin, but i have an error when i run generateSwagger
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:generateSwagger'.
> com/yelp/codegen/utils/InlineModelResolver
and with a swagger v3, i have a diffrent result
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:generateSwagger'.
> missing swagger input or config!
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Top Results From Across the Web
Sample app doesn't work - General Questions
Is it working as expected? I just now downloaded the latest sample app from Github, build and install it, and it's working as...
Read more >Every time when I click on sample, it loads and doesn't play ...
Every time when I click on sample, it loads and doesn't play and when I drag it onto my playlist, it doesn't appear......
Read more >Topic: Problem with Samples
... studios works because I can hear the projects and I can hear the sound when FL Studios starts up, but the samples...
Read more >Samples not working, but instruments are??
Hey, My Zyn instruments are working fine, but all of my downloaded samples just aren't working. When I play a track it ends...
Read more >Why does sample() not work for a single number? [duplicate]
If x has length 1, is numeric (in the sense of is.numeric) and x >= 1, sampling via sample takes place from 1:x....
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
@cortinico Still getting the same error what could be the issue?
created an issue #38
Correct, you need to have at least Java 8 (
openjdk8
will do the job) to run the Gradle plugin.