flutter_in_app_update icon indicating copy to clipboard operation
flutter_in_app_update copied to clipboard

plugin compile againsts old android sdk and fail if missing

Open qeepcologne opened this issue 5 months ago • 0 comments

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':in_app_update:compileDebugAidl'.
> Failed to find Platform SDK with path: platforms;android-31

if in install android sdk 31 manually, working fine. please update compileSdkVersion to 34 (default of flutter created android project)

qeepcologne avatar Sep 05 '24 09:09 qeepcologne