G Grant Fullen Member Licensed User Dec 20, 2017 #1 https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html Only question I have is if we are compiling 64 bit apks already or not?
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html Only question I have is if we are compiling 64 bit apks already or not?
Erel B4X founder Staff member Licensed User Longtime User Dec 20, 2017 #2 I've just answered a related question here: https://www.b4x.com/android/forum/threads/new-google-requirements.87455/#post-553339 Grant Fullen said: Only question I have is if we are compiling 64 bit apks already or not? Click to expand... The 64 bit requirement is only relevant for libraries that include native components (.so files) such as SQLCipher. The impact of this requirement pretty minimal. The enforcement of updating the targetSdkVersion is more significant. Upvote 0
I've just answered a related question here: https://www.b4x.com/android/forum/threads/new-google-requirements.87455/#post-553339 Grant Fullen said: Only question I have is if we are compiling 64 bit apks already or not? Click to expand... The 64 bit requirement is only relevant for libraries that include native components (.so files) such as SQLCipher. The impact of this requirement pretty minimal. The enforcement of updating the targetSdkVersion is more significant.
G Grant Fullen Member Licensed User Dec 20, 2017 #3 That's excellent news for me. Luckily my first app isn't in full swing production yet so I can just start out targeting the newer apis. Edit: I changed the title to be more specific. I completely missed that thread that was already created. Upvote 0
That's excellent news for me. Luckily my first app isn't in full swing production yet so I can just start out targeting the newer apis. Edit: I changed the title to be more specific. I completely missed that thread that was already created.