Games ABPhysicsEngine - is it still in use ?

renemo

Member
Licensed User
Longtime User
Hi

Is anyone using ABPhysicsEngine in new B4A version ? Is it work without issues ?

Best regards
 

JGParamo

Member
Licensed User
I have tried the sample test app ABPhysicsEngineTest today and ABPhysicsEngine still works if:
- using JDK 8 (jdk1.8.0_281) or earlier
- using Android SDK 28 or earlier
- installed on Android 10 or earlier

1690186024281.png
 

ilan

Expert
Licensed User
Longtime User
Why do you want to use ABPhysicsEngine?
Are you planning to make a game for mobile?
 

renemo

Member
Licensed User
Longtime User
I made some game (DropletShield2) but i have to clean folders Objects/Dexed and Objects\bin\classes\com\AB in my project due issue

Dex merge Error
Error in C:\Android\tools\..\extras\b4a_local\unpacked-abphysicsengine-63447273266000\dex_v1\abphysicsengine.zip:classes.dex:
Type com.AB.ABPhysicsEngine.ABPhysicsEngine$ABCollision is defined multiple times: C:\Android\tools\..\extras\b4a_local\unpacked-abphysicsengine-63447273266000\dex_v1\abphysicsengine.zip:classes.dex, C:\Program Files (x86)\Anywhere Software\Basic4android\projects\DropletShield2\Objects\dexed\com\AB\ABPhysicsEngine\ABPhysicsEngine$ABCollision.dex
Compilation failed

When i clean folders - compile done

Update:

Solution:
Added
#ExcludedLib: abphysicsengine
#MultiDex: True
 
Last edited:
Top