-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run Android app after install library #265
Comments
UPD: Issue still not solved :( UPD2: Could not determine the dependencies of task ':react-native-klarna-inapp-sdk:compileDebugAidl'.
|
Hi @yuraBrimit, we just released a version addressing issues for apps not using Kotlin. Can you try version 2.3.7 and let us know please |
Unfortunately, still have issue with compileDebugAidl :(. But yes, kotlin error was solved. Error: Command failed: ./gradlew app:installDevelopDebug -PreactNativeDevServerPort=8081 -PreactNativeDebugArchitectures=arm64-v8a -PreactNativeArchitectures=arm64-v8a FAILURE: Build failed with an exception.
|
Can you make sure the additional lines for maven repository configuration are added to your android build.gradle as documented here.
|
yes. I've add this lines, but still the same error result (compileDebugAidl) my build.gradle file
|
Just use
npm install react-native-klarna-inapp-sdk --save
with autolink or manual installation
Then get following error
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
Where:
Build file '**/node_modules/react-native-klarna-inapp-sdk/android/build.gradle' line: 25
What went wrong:
A problem occurred evaluating project ':react-native-klarna-inapp-sdk'.
Android/build.gradle
buildscript {
ext {
googlePlayServicesVersion = "+" // default: "+"
firebaseMessagingVersion = "21.1.0" // default: "21.1.0"
}
The text was updated successfully, but these errors were encountered: