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

16 Warning Message when Building Signed APK #137

Open
Wenutz opened this issue Mar 15, 2024 · 0 comments
Open

16 Warning Message when Building Signed APK #137

Wenutz opened this issue Mar 15, 2024 · 0 comments

Comments

@Wenutz
Copy link

Wenutz commented Mar 15, 2024

Task :soundpool:compileReleaseKotlin
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (17, 48): 'Registrar' is deprecated. Deprecated in Java
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (32, 37): 'Registrar' is deprecated. Deprecated in Java
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (57, 48): Unchecked cast: Any! to Map<String, Int>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (77, 48): Unchecked cast: Any! to Map<String, Int>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (84, 48): Unchecked cast: Any! to Map<String, Any>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (142, 9): 'constructor SoundPool(Int, Int, Int)' is deprecated. Deprecated in Java
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (173, 56): Unchecked cast: Any! to Map<String, Any>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (176, 40): 'createTempFile(String = ..., String? = ..., File? = ...): File' is deprecated. Avoid creating temporary files in the default temp location with this function due to too wide permissions on the newly created file. Use kotlin.io.path.createTempFile instead or resort to java.io.File.createTempFile.
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (196, 56): Unchecked cast: Any! to Map<String, Any>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (204, 56): 'createTempFile(String = ..., String? = ..., File? = ...): File' is deprecated. Avoid creating temporary files in the default temp location with this function due to too wide permissions on the newly created file. Use kotlin.io.path.createTempFile instead or resort to java.io.File.createTempFile.
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (229, 48): Unchecked cast: Any! to Map<String, Any>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (243, 48): Unchecked cast: Any! to Map<String, Int>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (253, 48): Unchecked cast: Any! to Map<String, Int>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (261, 48): Unchecked cast: Any! to Map<String, Int>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (269, 48): Unchecked cast: Any! to Map<String, Any?>
w: C:\Users\Meda\AppData\Local\Pub\Cache\hosted\pub.dev\soundpool-2.4.1\android\src\main\kotlin\pl\ukaszapps\soundpool\SoundpoolPlugin.kt: (291, 48): Unchecked cast: Any! to Map<String, Any?>

Flutter Doctor:
[√] Flutter (Channel stable, 3.19.3, on Microsoft Windows [Version 6.3.9600], locale en-GB)
[X] Windows Version (Unable to determine Windows version (command ver returned Microsoft Windows [Version 6.3.9600]))
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[!] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.3.4)
X The current Visual Studio installation is incomplete.
Please use Visual Studio Installer to complete the installation or reinstall Visual Studio.
[√] Android Studio (version 2023.2)
[√] VS Code (version 1.79.2)
[√] Connected device (3 available)
[√] Network resources

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

1 participant