Gianluca

Results 13 comments of Gianluca

I have the same issue but with APT proxy repository. Can we please someone from Sonatype tell us if this is going to be fixed in near time?

Having this issue with version 4.9.5 Also affected by issue #92 I'm not using Firefox, I'm using Brave browser, so the workaround that uses Firefox session cookies won't work for...

I've seen this today as well. I'm using earthly.exe version v0.7.2 e6fed708700425fc2616bd1e7a0f202d414f5f23 windows/amd64; Windows 11 Pro 10.0 I've started to notice when I started to use ARGS in the RUN...

Can we please have this high in priority? I believe many out there relies on `--no-cache` to reliably run tests or build artifacts at each call, so having this not...

I've made various changes and call `earthly prune --all` ... and I've noticed something strange that start let me think it could be an error when Earthly reports error raised...

It seems to me that the method `QFacebookBinding.onCreate(this, bundle);` has not been called during the creation of the app. Did you created a custom Android Activity as described into the...

The android manifest is wrong. I'll post the correct one asap.

Here the changes that you have to apply in order to make it working: - you should have an Android package directory in you project where you placed the AndroidManifest.xml...

[AndroidManifest.xml.txt](https://github.com/GMaxera/QtFacebook/files/305557/AndroidManifest.xml.txt) [MyCustomAppActivity.java.txt](https://github.com/GMaxera/QtFacebook/files/305558/MyCustomAppActivity.java.txt)

[qtfacebook_test_fixed.zip](https://github.com/GMaxera/QtFacebook/files/305700/qtfacebook_test_fixed.zip) Here it is :-) Sorry, the error was coming from something I didn't documented. The standard approach of adding Android java sources in Qt projects doesn't work very well...