androidmanifest

  1. M

    Android Question Custom build in AndroidManifest

    Hi, How to control custom build in manifest editor? Like in b4a code: #If Custom build 1 ' do some things #Else If Custom build 2 ' do some things #End If
  2. demun

    Android Question Need Help For Solving AndroidManifest.xml File

    Hello, I Built An App Using Kodular. I'm Facing A Problem And I'm Trying To Solve This For The Past 8 Days. I Implemented Offerwall In My App Using Enhance Extension. The Problem Is, Every Time The Enhancing Completes A Line 'com.google.android.gms.vesion' Repeating Twice In My App...
  3. R

    Android Question manifest

    hi to everybody, i must insert the code below to manifest: someone can help me to translate for b4a? thanks [CODE /] lang="b4x" title="manifest"]<activity android:name="com.example.URLResponseActivity" android:label="Payment Result"> <intent-filter>...
  4. C

    Android Question does not load the banner!

    Hi everyone, I hope you can help me. I don't know how to fix! I created an admob account, I connected Firebase. App added (currently on Playstore). downloaded the google-services.json file and saved in the app folder created advertising bunner. Later tried to insert id admob test. modified...
  5. W

    Android Question Manifest problem with exported components followed by a security investigation

    Hello everybody, some apps of mine have been reviewed by a security investigation. In the resulting report result that we have to 'Restrict access to exported components with appropriate permissions (xml)' In an other more detailed section of the report the quote is 'Implement permissions on...
  6. carlos7000

    Android Question Error compiling Wallpaper app [SOLVED]

    I have a small app that changes the images on the wallpaper of my android phone. Today I want to change some images for new ones. I did not make any changes to the code, but when compiling I get the following error: I guess part of the problem is due to upgrading to B4A 10.70
  7. U

    Android Question Generating R file Error

    Hi! I installed B4A on my laptop today and I'm trying to Release a previous project of mine. I've downloaded JDK and SDK and installed them from here. now when I'm trying to compile my app this error is showing: Generating R file. Error AndroidManifest.xml: error: Unable to open file for...
Top