About 'KeepAndroidStudioOutput=true' update AIR SDK #3784
-
My project is an Android Studio project generated using 'KeepAndroidStudioOutput=true'. Currently, I rely on this project to package APKs, but I am encountering a problem where I need to upgrade to a new AIR SDK. I tried replacing 'runtimeClasses. jar', but the packaged APKs crash when running. I request to find out how to upgrade the AIR SDK and hope to receive assistance. thank. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The best way It's package a new project using new AIR SDK with KeepAndroidStudioOutput and copy your custom files to this new project. |
Beta Was this translation helpful? Give feedback.
-
Out of interest, can I ask what you are using the Android Studio project for? If you are writing native code alongside your AIR app it may be appropriate to consider a native extension? I can help out here if needed. |
Beta Was this translation helpful? Give feedback.
The best way It's package a new project using new AIR SDK with KeepAndroidStudioOutput and copy your custom files to this new project.