2022 Featured Blog Bookmarks

  1. Android JUnit Unit Testing
    The author describes how to use Android JUnit unit testing.

  2. ​The gradle task in android
    The author introduced the solution that the task cannot be found in gradle in android studio 4.2.

  3. Java: Detailed explanation of exceptions in Java (Error and Exception)
    The author introduced the exception mechanism in Java in a simple and simple way. Well worth a look.

  4. Error building Andorid library: Direct local .aar
    The author introduced the solution to the problem when aar refers to local aar (embedded aar). The prerequisite is that you need to have the source code of the local aar (embedded aar). Regarding this problem, there are too many fake solutions on the Internet, all of which can only be compiled. The blogger's personal test is effective.

  5. ANR log traces.txt analysis
    The author introduces the common causes of ANR, and gives a more detailed analysis of the traces.txt file.

  6. Android-Do you really understand the oneway of AIDL?
    The author introduced the oneway keyword of AIDL, and the author has other blogs, which are also worth reading.

  7. [Android Studio] After updating the Android Studio2021.BumbleBee version, cvc-complex-type.2.4.a: 'base-extension '{layout
    author introduced, Android Studio2021.BumbleBee version, compile some older project code, appear cvc- The solution for complex-type.2.4.a. The blogger's personal test is effective.

  8. Android Studio compilation prompt information garbled solution
    The author introduces the solution to the Android Studio compilation prompt information garbled. The blogger's personal test is effective.

  9. Android NDK APP_STL gnustl_shared is no longer supported error handling
    The author introduces how to solve the problem of gnustl_shared is no longer supported when compiling ndk. The blogger's personal test is effective.

  10. Android Studio packaging error: Could not determine the dependencies of task ':app:lintVitalRelease'.
    The author introduced how to solve the problem of could not determine the dependencies of task ':app:lintVitalRelease' when packaging the apk. The blogger's personal test is effective.

  11. android obtains cpu temperature
    The author introduces the method of obtaining cpu temperature. And comes with a runnable open source project link: https://github.com/kamgurgul/cpu-info

  12. How does IDEA configure Gradle correctly? The difference between GRADLE_USER_HOME and Gradle user home
    The author introduces how IDEA configures Gradle correctly and some pitfalls that may be encountered.

  13. bindTextureImage: clearing GL error: 0x502 appears when android opengles2.0 hard decoding.
    The author introduces how to solve the problem of GL error: 0x502 in opgengl when drawing. The blogger's personal test is effective.

  14. Windows installation npm tutorial-nodejs
    author shared the detailed process of windows installation npm. The blogger's personal test is effective.

  15. Grep matches Chinese characters under Linux
    The author analyzes the method of matching Chinese characters through grep under Linux. The blogger's personal test is effective.

  16. The use of the Android text baseline Baseline algorithm is explained, and small coders also have big dreams.
    The author introduces the related concepts of Baseline in a simple way. Combined with the basic concepts of Android drawing text top, bottom, ascent, descent, baseline , I believe that there should be a better understanding of Baseline. I saw a better one recently: Basic concepts of Android drawing text - top, bottom, ascent, descent, baseline .

  17. AndroidStudio (windows) Terminal uses git.log to display abnormal Chinese solutions.
    The author introduces a solution for Android Studio's Terminal to display Chinese characters similar to <89><8C><88><8F>. The blogger's personal test is effective.

Guess you like

Origin blog.csdn.net/afunx/article/details/122774574