Question
Enable MultiDex in android Air application
Hello,
my android application needs to enable multidexing because of the 64k method limit. However, I cannot use this in manifestAdditions block:
android:name="android.support.multidex.MultiDexApplication"
Apparently Adobe Air doesn't allow this tag.
Is there a solution to this problem?
Igor
