Skip to content
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

Apk build failed after installing #6

Open
jeoEnfin opened this issue Mar 16, 2023 · 1 comment
Open

Apk build failed after installing #6

jeoEnfin opened this issue Mar 16, 2023 · 1 comment

Comments

@jeoEnfin
Copy link

build failed after installed react-native-pip-android

@jeoEnfin jeoEnfin reopened this Mar 17, 2023
@dexter00786
Copy link

dexter00786 commented Jul 7, 2023

go to node_modules/react-native-pip-android/android/build.gradle and do these changes

-    compileSdkVersion safeExtGet('PipAndroid_compileSdkVersion', 29)
-    buildToolsVersion safeExtGet('PipAndroid_buildToolsVersion', '29.0.2')
+    compileSdkVersion safeExtGet('PipAndroid_compileSdkVersion', 33)
+    buildToolsVersion safeExtGet('PipAndroid_buildToolsVersion', '33.0.0')

and

-        minSdkVersion safeExtGet('PipAndroid_minSdkVersion', 16)
-        targetSdkVersion safeExtGet('PipAndroid_targetSdkVersion', 29)
+        minSdkVersion safeExtGet('PipAndroid_minSdkVersion', 26)
+        targetSdkVersion safeExtGet('PipAndroid_targetSdkVersion', 33)

after all changes patch the package, you can refer this tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants