bofeng-song

Results 28 comments of bofeng-song

https://github.com/cocos/cocos-engine/pull/12854 https://github.com/cocos/cocos-engine-external/pull/296 Temporarily delete the dependency on appcompat

This function is normal. After setting worldscale, the transform will change, and the final value obtained will change with the transform

Cocos engine: update scale at the api of updateWorldTransform

The appcomt theme uses resource files, so we must replace AppcompatActivity with Activity to delete resource files that are not needed by the application.

https://github.com/cocos/3d-tasks/issues/7706 Android Game Text Input may depend on Appcompat, so we need to investigate whether it is necessary to eliminate the use of appcompat

AppCompatDelegate is the AppCompatActivity's proxy. Before onCreate function called at AppCompatActivity, it'll create abc_screen_simple layout. But abc_ screen_simple layout depends on other resource files. So we can not remove appCompat's...

![1663810054675](https://user-images.githubusercontent.com/3078423/191639309-d17afea3-aacd-44a4-8902-b876a55a405c.png) ![1663810120073](https://user-images.githubusercontent.com/3078423/191639324-fffd8610-d54e-4d9f-bcc2-986f3f06968e.png) ![1663810153001](https://user-images.githubusercontent.com/3078423/191639339-1b6c35eb-2b9d-4bac-b664-0cd4d9a428fd.png) ![1663810168989](https://user-images.githubusercontent.com/3078423/191639345-18592b24-6c5c-4d24-b88c-b9cf31f4c1a5.png)

https://github.com/cocos/cocos-engine-external/pull/296 https://github.com/cocos/cocos-engine/pull/12854 Temporarily delete the dependency on appcompat

@tuyazuo My environment: ndk version: 21.4.7075529, abi: arm64-v8a change the min_sdk_version from 20 to 26, The file size of libcocos2djs.so changes within 0.5M

> @bofeng-song i tried with ndk21.4.7075529, has the same issue. its an empty project, but the apk size is 28.3 MB, maybe you need my build log [native.log](https://github.com/cocos/cocos-engine/files/9076147/native.log) > >...