Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Target SDK Version to 35 #396

Open
wolpi opened this issue Oct 6, 2024 · 4 comments
Open

Upgrade Target SDK Version to 35 #396

wolpi opened this issue Oct 6, 2024 · 4 comments
Assignees

Comments

@wolpi
Copy link
Owner

wolpi commented Oct 6, 2024

Googles demands an upgrade again in order to publish in Play.
Latest availablee SDK targets API 35.

@wolpi wolpi self-assigned this Oct 6, 2024
@lmagyar
Copy link
Contributor

lmagyar commented Oct 6, 2024

API 35? 😱 😱😱

Who think of us poor souls who use old phones...

@lmagyar
Copy link
Contributor

lmagyar commented Oct 6, 2024

OK, googling it, minSdkVersion is not the same as targetSdkVersion. :)

@wolpi
Copy link
Owner Author

wolpi commented Oct 12, 2024

So far I keep minSdkVersion at 15 which is rather old. That means lot's of additional code all over the place to support older versions. At some point that should be cleaned up ...

@wolpi
Copy link
Owner Author

wolpi commented Oct 12, 2024

Just bumping version number leads to an error:

* What went wrong:
Execution failed for task ':primitiveFTPd:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > Android resource linking failed
     AAPT: aapt2 E 10-12 12:18:47 30106 30106 LoadedArsc.cpp:109] RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data.
     aapt2 E 10-12 12:18:47 30106 30106 ApkAssets.cpp:183] Failed to load 'resources.arsc' in APK '.../android_sdk/android-sdk-linux_x86/platforms/android-35/android.jar'.
     error: failed to load include path .../android_sdk/android-sdk-linux_x86/platforms/android-35/android.jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants