Question: Given an APK named app-internal-debug.apk produced from the build process, which statement is likely to be true?

  1. This APK is created on a developer machine from the debug product flavor.
  2. This APK is created from the internalDebug product flavor.
  3. This APK created from the debug product flavor and internal build type.
  4. This APK is created from the debug build type and internal product flavor.

Answer: The correct answer of the above question is Option D:This APK is created from the debug build type and internal product flavor.