A apty Active Member Licensed User Longtime User Jul 10, 2018 #1 How do i add xmlns:tools="http://schemas.android.com/tools" to manifest file in B4A?
Erel B4X founder Staff member Licensed User Longtime User Jul 10, 2018 #2 Impossible to answer. Where should it go? There are many possible places. Upvote 0
A apty Active Member Licensed User Longtime User Jul 10, 2018 #3 It should go in the manifest just after xmlns:android like below <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" Upvote 0
It should go in the manifest just after xmlns:android like below <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
Erel B4X founder Staff member Licensed User Longtime User Jul 11, 2018 #4 B4X: SetManifestAttribute(xmlns:tools, "http://schemas.android.com/tools") Upvote 0