Get Mystery Box with random crypto!

Android ResId

Logo of telegram channel androidresid — Android ResId A
Logo of telegram channel androidresid — Android ResId
Channel address: @androidresid
Categories: Technologies
Language: English
Subscribers: 7.94K
Description from channel

The most important news and resources for Android developers
Want to become channel topic creator?
https://forms.gle/pgxCXoPMuHVFGjvNA

Ratings & Reviews

2.33

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

2

2 stars

0

1 stars

1


The latest Messages 5

2019-12-12 11:46:12 Google has released Android Code Search. It’s a tool for searching Android (and libraries) source code. It also knows how to navigate from one part of the code to another.

#aosp #code #search
936 views08:46
Open / Comment
2019-10-03 11:44:46 Testing can seem to be a tax on development time.
However, as many seasoned developers have seen, proper automated testing can increase development velocity as the code base becomes bigger and more complex.
Continuous testing should give you confidence that the change you make won’t break your app.

https://android-developers.googleblog.com/2019/10/continuous-testing-with-new-android.html

#testing #Docker
13.5K viewsedited  08:44
Open / Comment
2019-07-17 15:44:38
13.5K views12:44
Open / Comment
2019-07-17 15:42:12 Starting August 1, 2019, your apps published on Google Play will need to support 64-bit architectures.





Docs:
https://developer.android.com/distribute/best-practices/develop/64-bit

How to test your app?

:: Command Line
# A successful install:
> adb install --abi arm64-v8a YOUR_APK_FILE.apk Success

# If your APK does not have the 64-bit libraries:
> adb install --abi arm64-v8a YOUR_APK_FILE.apk adb: failed to install YOUR_APK_FILE.apk
: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

# If your device does not support 64-bit, an emulator, for example:
> adb install --abi arm64-v8a YOUR_APK_FILE.apk
ABI arm64-v8a not supported on this device

#GooglePlay #arm
13.5K viewsedited  12:42
Open / Comment
2019-06-05 12:03:07 Google Play services and Firebase migrating to AndroidX (June/July of 2019) !

https://android-developers.googleblog.com/2019/06/google-play-services-and-firebase.html

"If your app depends on any com.google.android.gms or com.google.firebase libraries, you should prepare for this migration"

Migration guide: https://developer.android.com/jetpack/androidx/migrate

#AndroidX #Jetpack #Firebase #GooglePlayServices
13.8K viewsedited  09:03
Open / Comment