Mauro Botta 1 Posted March 17, 2023 (edited) Hi Open Delphi , create a new project with wizard, Set Android64, F9... after a minutes Fail deploy of all projects I open all examples and don't work the deploy to Android. i have change AndroidManifest.template.xml <uses-sdk android:minSdkVersion="%minSdkVersion%" android:targetSdkVersion="33" /> but don't work. All compile project work fine, Deploy for "Application Store" work fine !! but don't work : DEVELOPMENT mode. i have update SDK to Android 13 (33) sdkmanager.bat --install "platforms;android-33""platforms;android-33" sdkmanager.bat --install "build-tools;33.0.2" I'm using Delphi 11.3, with Android 13, Samsung S22 (Snapdragon). Hint ? Edited March 17, 2023 by Mauro Botta Share this post Link to post
programmerdelphi2k 237 Posted March 17, 2023 try delete all folder/files (including Android.Manifest.xml) created by Delphi when build/compile and try re-build ALL again! your error talk about "android:exported" not defined!!! look here: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Android_Service Share this post Link to post
Mauro Botta 1 Posted March 17, 2023 i have found this Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present] https://stackoverflow.com/questions/70333565/targeting-s-version-31-and-above-requires-that-an-explicit-value-for-android Share this post Link to post