sdk33

  1. GeoT

    Android Question VM acceleration on Windows with Intel processors for AVD emulator starting with SDK33

    When using the B4A ADB Manager (Tools/Run AVD Manager) You must know that the Android Emulator Hypervisor Driver (AEHD) replaces Intel Hardware Accelerated Execution Manager (HAXM) starting with SDK version 33. (C:\Android\platforms\android-33\android.jar) "Starting with emulator 33.x.x.x, HAXM...
  2. Hosein_Mghr

    Android Question Start Service In Android 13

    In Android 13, I did everything to be able to restart the service after destroying it. Android 13 does not allow restarting. I tried StartService and StartServiceAt, but it didn't work. Now I want to know if it can be done with the new b4a receivers from the intent action. I should make a...
Top