Alix
Alix
It works fine for me. I use version 0.26.2-beta. My URL looks slightly different (the file that I access is located in `src/main/assets`): ``` file:///android_asset/somefile.html ``` Then something like this:...
Thanks @emilengler I have now given group and user permission to both read / write and run. But I still have some issues such as https://github.com/albertobeta/PodcastGenerator/issues/195 I will report the...
> Your sample is only in Java, which Android developers don't use anymore. Not strictly true. Java is still officially supported on Android: > Android apps can be written using...
Hi @gabrie-allaigre it's version 2.1.0 (latest available)
Trying it in the web browser does not work either ("leads to not found page") so it looks like the web service does not exist (otherwise I would expect some...
I found a lead. Trying https://MYSERVER_ADDRESS/api/v3/projects/82/ gives me 401 in the browser even if I have the right permissions and am logged in in the browser session. So the project...
With your suggestion I'm not seeing any errors at all. Everything looks OK.
Weird, I introduced a violation deliberately and now I'm seeing the same error again
@gabrie-allaigre I've done some investigation. The project ID is correct. I was able to retrieve JSON data when I added the `private_token` query parameter in the browser, e.g: `https://MYSERVER_ADDRESS/api/v3/projects/82?private_token=$MY_GITLAB_TOKEN$` When...
It's possible, or even likely, that there is another root cause for these problems. For example this test fails as well (on line with last assertion): ```kotlin @Config(sdk = [Build.VERSION_CODES.O_MR1])...