B4A Tutorial [Tip] Reset the manifest editor code to the default code - Erel    Apr 21, 2020   (17 reactions) Use case: you downloaded an old example and you want to reset the manifest editor code so it will have the correct targetSdkVersion and theme. Open the manifest editor, delete all text and save it. Open the manifest editor code again and the default text will appear.... B4A Tutorial Manifest Editor - Erel    Feb 22, 2016   (7 reactions)   tags: Manifest Editor Basic4android v1.8 introduces a new tool named Manifest Editor.
Every Android application includes... and update it when the project is updated.
The new manifest editor solves the above issue... the standard elements.
Choosing Project - Manifest Editor will open the editor:
http://www.b4x.com... it easier to add multiline strings and strings that contain quote characters the manifest editor... B4A Question FirebaseMessaging Not Found (Manifest Editor) - Alex_197    Oct 2, 2024 I see in a log these lines
Error parsing Manifest script
FirebaseMessaging Not Found (Manifest Editor)
What am I doing wrong?
Please see my manifest.
'This code will be applied to the manifest... more information: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A code. minSdkVersion Set in the manifest editor. Default value is 5 (Android 2.0). This one is very... errors. targetSdkVersion Set in the manifest editor. This one is a bit more confusing. It helps... the manifest editor: CreateResourceFromFile(Macro, Core.NetworkClearText) - 29 - No permission to access... messages. - 31 - StartServiceAt will not work. Use StartServiceAtExact and add to manifest editor... longer works without specific declarations in the manifest editor: https://stackoverflow.com/questions... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (28 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE the fine location permission in the manifest editor. 2. Request this permission... B4i. Updates: - Example updated with targetSdkVersion = 31. Note the permissions in the manifest editor: AddPermission(android.permission.ACCESS_FINE_LOCATION) AddPermission(android.permission... B4A Question How add this in Manifest Editor? - lousoperscopimaligni    May 24, 2023 <manifest package="com.tua.app">
<queries>
<package android:name="sv.ziwi" />
<package android:name="sv.ziwi.external" />
</queries>
</manifest>
?... Wish Build configurations in Manifest Editor - hatzisn    Jul 11, 2022 I came in a situation in which I needed the same feature for the manifest editor. I was developing an application both for Android TV and Phone/Tablet and I needed a different "code" in manifest... I just devided the two manifests with a REMed line of stars and I REM each time the different section for... configurations in manifest would be a great feat to have.... Wish Shortcut to the Project / Manifest Editor menu - asales    May 10, 2022 Not essential, but I use this feature more than the Project / Build Configurations menu (Ctrl+B).... B4A Tutorial Handle the soft keyboard with the IME library - Erel    Aug 27, 2024   (27 reactions)   tags: IME explicitly set the adjustSize mode with the manifest editor. This is done by adding the following manifest editor code (for each activity): SetActivityAttribute(main, android:windowSoftInputMode...'t miss the manifest editor code....Android has very good support for custom input method editors (IMEs). The downside for this powerful feature is that interacting with the soft keyboard can be sometimes quite complicated... B4A Question Manifest editor code not compiled - RB Smissaert    Apr 5, 2022 :targetSdkVersion is 30 (manifest editor). (warning #31)
I had in the manifest editor:
<uses-sdk android... recompiling the project could I again doing the file copy.
The Manifest editor has at the top....DirRootExternal/SubFolderX\
So, I changed the Manifest and set it back to 28 and compiled the project. Still... Page: 1   2   3   4   5   6   7   |