python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
RNCGeolocation.requestAuthorization undefined not a function
I can not build for android on react-native. I am getting error about geolocation. All spermissions added to AndroidManifest like the code below; Do you have any idea, how can i solve this issue?
<...
Emre ÇEKİÇ
Votes: 0
Answers: 1
Android Manifest merge error when removing package name for namespace
According to this doc we no longer need to provide package name in AndroidManifest.xml and instead use namespace in build.gradle and there we can define our package name.
package="org.sample.doma...
Bitwise DEVS
Votes: 0
Answers: 2
App installation error : INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
When I try to run my flutter app on my phone, I get this error
Error: ADB exited with exit code 1
Performing Streamed Install
adb: failed to install C:\Users\kavis\OneDrive\Desktop\New
folder\care_r...
Kavishka Rajapakshe
Votes: 0
Answers: 1
Android targetSdkVersion=28 and <queries> tag in AndroidManifest.xml
I have a library project with targetSdkVersion=30. To support Android-11 package visibility, it includes the tag in AndroidManifests.xml.
Now the client project, which uses the above library project,...
revolutionary
Votes: 0
Answers: 1