I have been working on expo app, Actually I wanted to implement apple and google pay so for that I ejected it but when ever i run react-native run-android i get this error.
ā expo-permissions compileDebugKotlin failed
Hey @iamabdul.haseeb, can you please provide version numbers and are you building for a physical device or an emulator?
Cheers,
Adam
ext {
buildToolsVersion = ā29.0.3ā
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
playServicesVersion = ā16.0.0ā
firebaseVersion = ā16.0.0ā
googlePlayServicesVersion = ā16.0.0ā
kotlinVersion = ā1.4.10ā
}
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.