2 android extensions in the same project

I have 2 android extensions with their respective onCreate, onStart, onResume methods where I wrote some Logs to check the running traces but I saw that only one of those methods (traces) is triggered while the activity is running, is it normal?

The problem is that I need some code to run in those methods but they are not triggered.

haxe version 4.1.4
lime 7.8.0
openfl 9.0.2

Thanks

My fault, I was not really creating an extension since I removed tag

<android extension="org.haxe.extension.myExtension" />

inside the include.xml file

Now everything works perfectly :slight_smile: