Anton Gavrilov

Results 18 comments of Anton Gavrilov

> This is weird, I published 4 apps from the ground-up in play console in the last year as part of my daily job and I never had to do...

Yeah, that really sucks. So, for now, I have another two options: - Publishing to the **[F-Droid](https://f-droid.org/en/)** - FOSS Android apps. It is not done yet, but could be in...

> F-Droid is probably the safest bet for now. Agree with you that unfortunately, anything hosted on `ru` domain will probably get the hate and you clearly don't want to...

> When I saw your app on Reddit, it clicked because you pretty much had the same idea, although in a another area than the idea I have. I'm really...

Finally, the app has been successfully published to Google Play! The issue has been resolved, and the app is now available for download. Here is the link to the Google...

Thank you! That was not easy, tbh, but it has finally happened.

> It does not happen when building libpcap by itself with CMake, using the Ninja generator and the Ninja build tool. Perhaps there's something in the way you're including it....

As I understood, it is a common bug for case-insensitive OS. Compiler tries to find `version` header file and takes VERSION. If you change VERSION file to VERSION.txt or something...

Honestly, I am new to C++ and currently I and trying to learn it. I am really sorry for some misunderstanding. But I followed other developers' "best practices" and saw...

I have created git submodule inside my repository to copy all of libpcap source files. Thank you for your advice, I will try it!