Posts

"Click the Circle" Game - Edvog Free Online Mini Games

Click the Circle Score: 0 Game Over! Your final score is: 0 Restart "Click the Circle" Game This is a simple and fast-paced game where your goal is to click on the red circle as it appears in random positions on the screen. Be quick! You only have 5 seconds to click on the circle before it disappears. Each successful click increases your score, but if you miss, the game ends. Challenge yourself to achieve the highest score possible and test your reflexes! 🎯

"Guess the Number" Game - Edvog Free Online Mini Games

Guess the Number Guess the Number Pick a number between 1 and 100 Guess "Guess the Number" Game A fun exercise for the brain. This is a simple game where you try to guess a randomly generated number between 1 and 100. After each guess, you'll receive hints: whether the secret number is higher or lower than your guess. Your goal is to find the correct number in as few attempts as possible. Once you guess correctly, you'll see a congratulatory message with your total number of attempts. Enjoy the challenge and test your intuition! 🎉

Unreal Engine 5 com.google.android.play:core:1.10.0

[The Android Warning] com.google.android.play:core:1.10.0 Google Play Core (com.google.android.play:core) has added this note for SDK version 1.10.0: Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes: https://developer.android.com/guide/playcore#playcore-migration From October 22, 2024 00:00 (UTC) you won't be able to release new versions of your app containing this SDK version to production or open testing. The Solution go to "C:\Program Files\Epic Games\UE_(your engine version)\Engine\Plugins\Runtime\GooglePAD\Source\GooglePAD" search for GooglePAD_APL.xml open the file with a text editor...

Unreal Engine 5 XAPK File Validation Failed

If you try to open your app and you encounter XAPK File Validation Failed Error that mean's that your project was not packaged correctly, the only solution to this problem is to package and upload a new version of your app. First you need to clean the system of any trace of the previous package, before we start make a copy of your project, after that - go to - C:\Users\(your user name)\Documents\Unreal Projects\(your project)\ and delete de following folders: Saved, Intermediate, DerivedDataCache Now, open your project in editor mode and go to Project Settings > Android > App Bundles make sure you have all the 5 boxes checked. Next, go to Project Settings > GooglePAD and check the first 2 boxes. In the Project Settings > Packaging > Project make sure you have the Build Configuration set to Shipping and the boxes Full Rebuild and For Distribution are checked. Package Project and upload to the Google Play Console, the error should be gone. That was all, this solu...

Unreal Engine 5.4.2 SDK NDK JDK 0 Android Errors App Store

The past Android Set up of SDK NDK JDK, that worked amazing on all the other versions, is not working on Unreal Engine 5.4.2, mainly because you need an updated gradle (JAVA) and the past Android Set up only works with JAVA version 1.8.0_242 First you need to clean the system of any trace of the previous SDK NDK JDK - it is not enough to unistall them, you also need to delete the following folders: C:\Program Files\Android C:\Users\user.android C:\Users\user.gradle C:\Users\user\AppData\Local\Android C:[Your UE project]\Build\ C:[Your UE project]\Intermediate\ C:[Your UE project]\DerivedDataCache also, open “This PC”, right-click in the empty space inside the window, and select “Properties”, in the opened window, select “Advanced system settings” > “Environment Variables”, delete the following environment variables: ANDROID_HOME JAVA_HOME NDK_ROOT NDRROOT Restart your PC. Now, let's download and install the Android Studio - I have found that a good stable and work...