D Deleted member 103 Guest Jul 15, 2020 #1 Hi, does it make sense to set the minimum Sdk version to 5? AddManifestText( <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/> Click to expand...
Hi, does it make sense to set the minimum Sdk version to 5? AddManifestText( <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/> Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Jul 15, 2020 #2 It doesn't really matter. I will increase it to 14. Upvote 0
asales Expert Licensed User Longtime User Jul 15, 2020 #3 Erel said: It doesn't really matter. I will increase it to 14. Click to expand... Maybe we can set it manually to all projects, because I have to set the min SDK to 22 in every project. Upvote 0
Erel said: It doesn't really matter. I will increase it to 14. Click to expand... Maybe we can set it manually to all projects, because I have to set the min SDK to 22 in every project.
Erel B4X founder Staff member Licensed User Longtime User Jul 16, 2020 #4 You can create your own templates. Unzip Default.b4xtemplate (internal libraries folder). Make the changes needed, create a new zip and put it in the additional libraries folder, with a different name. Upvote 0
You can create your own templates. Unzip Default.b4xtemplate (internal libraries folder). Make the changes needed, create a new zip and put it in the additional libraries folder, with a different name.