Things that always happen

    Below could be happen when developing android app.
    1. Unable to open sync connection!
      • Try to re-enable USB debugging on the phone.
    2. Forcely uninstall app.
      • Find the apk file of app.
      • Remove the apk file: adb shell rm /system/sd/app/com.android.cardock.apk
      • PS: needs ROOT.
    3. ... continue

      Comments

      Popular posts from this blog

      Play video inside OpenGL ES by using MediaCodec