my ionic version is 4.12.0
and android version is android 6.3.0
i try many diffrents version of android with native admob but not working
i change to andoid ver 7.0 apk built but when run my app its crash
in android ver 6.3.0 failed to build apk
error: RNAdMobRewardedVideoAdModule is not abstract and does not override abstract method onRewardedVideoCompleted() in RewardedVideoAdListener
help me with correct version of android or ionic that work with native admob or old ver of native admob
Related
There was a problem running the requested app.
Try again
Go back to Expo Home
exp://192.168.29.19:19003
This project uses SDK 40.0.0, but this version of Expo Go Only supports the following SDKs: 43.0.0, 44.0.0, 45.0.0. To load the project, it must be updated to a supported SDK version or an older version oenter image description heref Expo Go must be used.
Here are the versions I am using:
react-native-cli: 2.0.1
react-native: 0.64.0
Xcode 10.1
cocoapods version: 1.10.1
I keep getting this error whenever I run react-native run-ios
BUILD FAILED
The following build commands failed:
CompileC /Users/matthewharrison/Library/Developer/Xcode/DerivedData/LiveApp2-amxfqqouedceorcarxmrstlitata/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/VirtualEventBase.o /Users/matthewharrison/Desktop/dev/LiveApp2/ios/Pods/Flipper-Folly/folly/io/async/VirtualEventBase.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Is there something that I am missing? I have done everything I have seen on here with this error. Now I am starting to think it has something to do with my environment. Am I wrong for thinking that? Has anyone successfully ran the current version of react native on High Sierra?
PLEASE HELP!
You are using react-native version 0.64
In react-native version 0.64, you are required to use XCode 12
see this official announcement https://reactnative.dev/blog/2021/03/12/version-0.64#major-dependency-version-changes
Major Dependency Version Changes
- Dropped Android API levels 16-20.
The Facebook app consistently drops support for Android versions with sufficiently low usage.
As the Facebook app no longer supports these versions and is React Native’s main testing surface, React Native is dropping support as well.
- Xcode 12 and CocoaPods 1.10 are required
- Minimum Node support bumped from 10 to Node 12
- Flipper bumped to 0.75.1
In my React Native App, I'm using the React Native Track Player package with version: `"react-native-track-player": "1.1.4". This version has a bug on iOS which mentioned in this link: App freezes when buffering a new track
I've upgraded to higher version, but unfortunately, they are not compatible with my "react-native-video": "^4.4.5", I can not build app on Android, just the track-player: 1.1.4 work with it.
So I think I need to implement something like 2 version of "react-native-track-player", on Android is: "1.1.4" and iOS is "1.1.8". Is there anyway to do that ?
I am using ExpoKit 34.
expo sdk version 34
expo-face-detector version ^6.0.1
expo-camera version ^6.0.0
FaceDetector is not working on my ejected project.
It was working well on Expo client.
But as soon as I eject the project in order to use native modules, it stopped working.
platform: iOS
I hope someone’s help.
I have a doubt with the Android SDK setting in the menu for distribute an Android App in Titanium.
What Android SDK Version means?
The minimum SDK Version?
Or
I must create an APK for each Android
Version?
If choose Android 4.3 [x86] the resultimg APK will work for the older android devices like 2.3.3 too?
And viceversa?
The min sdk tells which would be the oldest version of android that it supports means if we give minSdk version 2.3.3 then it should work for all above and specific versions
Thanks