Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-3 votes
0 answers
17 views

* What went wrong: Value 'C:Program FilesJavajdk-17.0.12' given for org.gradle.java.home Gradle property is invalid (Java home supplied is invalid)

What platform(s) does this occur on? Android Where did you reproduce the issue? in a development build Summary I'm facing an issue creating an Android development build using EXPO. After updating ...
Lima's user avatar
  • 1
0 votes
1 answer
41 views

How to add a maven dependency in gradle 8.x

My react-native android project is running on Gradle v8.3. I have files like settings.gradle and build.gradle in my android project. The problem I'm having is when I try to implement PendoSDK for ...
Chaudhry Talha's user avatar
1 vote
0 answers
70 views

Play Console Warning due to instabug-reactnative package: Update your Play Core Maven dependency to an Android 14 compatible version

Received a warning in the Play Console saying the following Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with ...
Vinay Gregory John's user avatar
0 votes
1 answer
34 views

Task :react-native-community_netinfo:compileDebugJavaWithJavac FAILED

When i add this library @react-native-community/netinfo i get this error otherwise my app runs fine. it only happens for android it works perfectly on mac for iOS. ive tried cleaning gradle adding ...
Ahsan Ajmal's user avatar
-2 votes
1 answer
46 views

React-Native can't find function, but it's there

I'm developing an app with React-Native for Android. The app was supposed to use the ML Kit PoseDetection API of Google to count reps of an exercise. Right now I just want the app to open the camera, ...
SetchFrank's user avatar
-1 votes
0 answers
19 views

Exception in HostObject::get for prop 'UIManager': java.util.ConcurrentModificationException - React Native

In our react native app (developed via expo with a custom dev client) we are encountering a problem. Some users have told us that very often the app crashes the first time it is launched on Android. ...
Niccolò Caselli's user avatar
-1 votes
0 answers
26 views

running a react native app in cmd why its showing build failed with exception?

I want to run the react native app in cmd my emulator is on I run the command npx react-native run-android but I get the following exception (build failed with exception) What went wrong: java.io....
farman ullah's user avatar
0 votes
0 answers
27 views

Execution failed for task ':@react-native-community_netinfo:generateDebugLintReportModel'

upon executing ./gradlew build in my react-native application I am getting the Exception below. NOTE: the application was initially fine but I am upgrading Gradle and react-native so I started getting ...
Safi Habhab's user avatar
  • 1,057
0 votes
1 answer
61 views

ML Kit PoseDetection cannot access Detector

I wanted to create an app via React-Native for pose detection by using ML Kit. I used the instructions of the Google Ml Kit website and I used the following task: poseDetector.process(image) But when ...
SetchFrank's user avatar
-1 votes
1 answer
25 views

ReactNative enviroment setup failed

I get this error While setting up the enviroment of Reactnative. I want help who know react native very well. The error i have attched see and explane me what is the problem. This error comes when i ...
Bholasanka nanda's user avatar
0 votes
0 answers
29 views

How to extend this main/AndroidManifest.xml redirect activity block using the dev/AndroidManifest.xml?

I have a main AndroidManifest.xml file and I want to add 1 more data inside the intent-filter using the dev AndroidManifest.xml file, so that the resulting merged manifest looks like this: <...
Onyx's user avatar
  • 5,546
0 votes
0 answers
32 views

Mvn Java automation inside a crossPlatform Monorepo codebase

I'm working on Integrating my existing Java automation framework(selenium) into a mono repo codebase, as shown below. Monorepo codebase is mainly a cross-platform frontend code that uses React Native, ...
Devsoldier's user avatar
0 votes
0 answers
36 views

How to handle react native dropdown picker in appium autoamation

everyone I am very new to mobile automation, and I am facing a problem Handling the drop-down picker because I am not able to inspect or scroll and am not able to find the locator. please help me out ...
Varsha Rani's user avatar
0 votes
1 answer
66 views

com.airbnb.android.react.maps does not exist error in react-native android

I have a react-native app which has below dependencies. "react-native-maps": "^1.15.1", "react": "17.0.2", "react-native": "^0.68.0", when ...
Mradul Karmodiya's user avatar
2 votes
1 answer
444 views

EXPO 51 and gradle 8.7 returning a lot of errors when building

I'm currently working on a react native project and I have recently updated expo from 48 to 51 and gradle from 8.0 to 8.7 but I've been running into a lot of issues while building and I don't ...
DavidNy's user avatar
  • 81

15 30 50 per page
1
2 3 4 5
78