Andrei Verdes
Andrei Verdes
Check this out: https://stackoverflow.com/questions/21079288/unable-to-add-andengine-to-android-studio
Hi! I chose to include navigation through the MVI pattern to be able to log every user action within the app. I had the same problem above and couldn't just...
I'm also getting Gradle sync failed: `Gradle sync failed: Could not find com.github.mmin18.layoutcast:library:1.1.4.` and `Could not find any matches for com.github.mmin18.layoutcast:library:+ as no versions of com.github.mmin18.layoutcast:library are available.` (Offline mode...
Anyone found a good solution to this? :D
@monxarat Thanks! I'll give it a try!
It's not an IDE thing, It's reproducible on `main` in terminal using this command, looks like a `gradle` issue maybe? ``` ./gradlew :core:ui:clean, :feature:settings:clean, :core:data:clean, :sync:sync-test:clean, :feature:bookmarks:clean, :feature:topic:clean, :core:analytics:clean, :core:common:clean,...
But the task does exist...what am I missing?
...wrong repo screenshot from above but it's the same project...here's the right one
yeah, I'm missing literally the commas 🤦♂️
AndEngine is a long dead project. I would recommend you looking into other game engines out there like Godot or miniGDX, unity, etc.