Closed darmie closed 8 years ago
Hi @darmie, you just need to update your Android APIs to at least v24 via the Android SDK Manager
and you would be fine. Ensure you have the following config or above:
Android SDK Tools: 24+ Android SDK Platform-tools: 24+ Android SDK Build-tools: 24+ SDK Platform: 24+
Run android
on your terminal to access the Android SDK Manager
I have all of those. But currently, ionic is targeting API 22
On Fri, 4 Nov 2016, 16:43 Tolu Olowu, notifications@github.com wrote:
Hi @darmie https://github.com/darmie, you just need to update your Android APIs to at least v24 via the Android SDK Manager and you would be fine. Ensure you have the following config or above:
Android SDK Tools: 24+ Android SDK Platform-tools: 24+ Android SDK Build-tools: 24+ SDK Platform: 24+
Run android on your terminal to access the Android SDK Manager
[image: screen shot 2016-11-04 at 4 35 31 pm] https://cloud.githubusercontent.com/assets/3914854/20011972/c2a57f94-a2ad-11e6-8c7c-a421ff906ab9.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tolu360/cordova-plugin-paystack/issues/5#issuecomment-258467034, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzwgrhUEd2OAD-hE0scdsTkutViPYhbks5q61KcgaJpZM4Kpggt .
Ionic does not dictate what version of API you build with, you are in control of that. You need a minimum of v24 to use Paystack's SDK, you may need to update your app to match that. Use cordova build
if you think Ionic has any effect on your build process.
Alright
On Fri, 4 Nov 2016, 16:51 Tolu Olowu, notifications@github.com wrote:
Ionic does not dictate what version of API you build with, you are in control of that. You need a minimum of v24 to use Paystack's SDK, you may need to update your app to match that. Use cordova build if you think Ionic has any effect on your build process.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tolu360/cordova-plugin-paystack/issues/5#issuecomment-258469463, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzwgnForvu6GHF3Y1L4g0MyOsBm47lfks5q61R5gaJpZM4Kpggt .
The latest Paystack library seems to be targeting Android API 24, which is affecting ionic build which targets API 22