A few points to start working on Android Studio Import Github project error When download and import Github project into Android Studio, encountered error "Plugin with id 'com.android.application' not found", there should be two build.gradle file in the project, the project build.gradle file and module build.gradle file.
Embedded Linux S3C2440 – Multi-thread Scheduling Summary Test the debugging of the Multi-thread Scheduling on embedded Linux S3C2440, both in All-stop mode and Non-stop mode. Continue Reading →
Embedded Linux S3C2440 – Kernel Debugging Summary Conduct Kernel debugging test on Embedded Linux S3C2440 by using KGDB. Continue Reading →
Embedded Linux S3C2440 Application Development and Debugging Summary Write your own application and include the application into the final image to be downloaded into the S3C2440 board, and you can debug the application by using GDB. Continue Reading →
Keil copy out memory data when debugging How to copy out the memory data from Keil when debugging, in command window, you can use Display command fetch the memory data, example: d 0x2000293C,0x20002984 0x2000293C C8 CC 9D 5F F2 EB FA D7 - AE 26 5F 5F BA 41 7D D3 ..._.....&__.A}. Continue Reading →