Hello,
I compile a source but it immediately force closes and no error is even printed! Even the first line of Activity_Create doesn't execute!
This is my manifest code:
AddManifestText(
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29"/>
<supports-screens...
Hi guys I uploaded my app hoping to pass all Android TV tests but I'm getting my app rejected because of this:
App Bundle:1 Missing DPad functionality Your app requires user interaction for menus or app navigation. Please make sure that menus and app navigation needed for the app’s core...
Getting the error above when uploading my App Bundle to Google Play. I see several other users have had similar issues but usually caused by duplicate manifest entries, in this case I cannot see any duplicates. I have tried commenting out suspect manifest entries but that only gives me a white...
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
I'm getting an error on the Manifest when Compiling a B4XPages project.
Error parsing manifest script:
Line=1, Word=<
Command expected
Here is the Manifest:
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"...
Ciao a tutti, spero che possiate aiutarmi. non so come risolvere!
Ho creato un account admob, ho collegato Firebase. Aggiunta app (attualmente su Playstore).
scaricato il file google-services.json e salvato nella cartella dell'app
creata nel bunner pubblicitario. Successivamente ho provato a...
Hi!
I have added SetActivityAttribute(Main, android:windowSoftInputMode, adjustResize|stateHidden) to the manifest for using the Ime_heightChanged event but it only works if I add the same line one by one all the activities I need to handle de IME event.
Is there a single line for the...
Hello to all . I have been involved in this issue for two weeks and I could not solve it. I will be happy to help you.
I use this code in my manifesto:
android: sharedUserId = "android.uid.system"
But when I use aosp signatures for my signature app. And I use Signapp.Jar to build my own Sign...
Hi everybody
I used uppercase character in one of my published games, therefore I can’t use Firebase services (cloud messaging), I get INSTALL_PARSE_FAILED_MANIFEST_MALFORMED error message while compiling.
As I have more than +5M installs in Google play I can’t change package name and release...
Hi to all.
First of all, My English is bad so i am sorry.
I am using B4A for long time, and I am thankful to B4X community and Erel, Because it changes my programming life.
This is my first semi-pro;) library, So i hope it will be useful for you.
This lib contains 4 Classes and one manifest...
Hello, there is a way to change manifest code via code?
For example, this code in manifest
AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713)
For some reason i want to change it by code.
Thank you.
Hello, i reinstall the SDK Manager and when i debug an app it crashs before start. So i found what was causing the problem and it's this line in manifest editor CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
I searched for a lot solutions in forum but with not success, i already...
I have a manifest file in my b4xlib, which contains the version number of the lib. However, I would also like my lib to be able to report the version number to the "main" app that uses the lib. (You know, typically for showing in an about dialog or something like that.)
Is there a way for...
I'm creating a b4xlib and try to set this kind of version in the manifest.txt:
Version=2.12-2020-01-23-11-31-19
So, basically, during the automated build process of the b4xlib a timestamp is added to the version number.
This is not appreciated by B4A:
(A somewhat vague error message, by...
Hello,
After setting some value into the manifest.xml
as for example :
<color name="actionbar">#ff039be5</color>
how to get that value inside code ?
Michel
What is the code that equivalent to this
SetApplicationAttribute (android:supportsRtl, true)
That code is in manifest file, I want to write it in activity or service code.
HI, All
I'd like to receive by the app files of some kinds:
AddActivityText(Main,
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
<data android:mimeType="text/*" />...
Buongiorno ,
dietro consiglio di UDG , vorrei inserire dentro una mia App la possibilità di inviare una copia dell'ordine via mail. Quindi sto cercando di inserire FileProvider all'interno del mio codice.
Purtroppo il debug mi segnala questa errore
AndroidManifest.xml:29: error: Error: No...
I'm trying to create a drawable resource. Here is my code:
CreateResource(drawable, custom_back_material.xml,
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"...
Hi All,
I have just started trying to target my app builds to newer version of Android in order to put them on Google Play, previously they were targeted at sdk 4. This has caused my apps to change appearance, so I trying to get them looking how I want using themes and overriding where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.