tree: ddcea55d91a9f4113a829f848fd862b78d317bb1 [path history] [tgz]
  1. Allresources/
  2. apk-all-resources.ap_
  3. apk-for-local-test.ap_
  4. apk-with-plurals.ap_
  5. README.md
render-resources/testData/apk_resources/README.md

This is data for:

  • FileResourceReaderTest
  • ApkResourceRepositoryTest

The content of apk-for-local-test.ap_ was produced by the following steps:

  1. running ./gradlew :feature:interests:testDemoDebugUnitTest in the nowinandroid app source code
  2. copying entries required for the tests from feature/interests/build/intermediates/apk_for_local_test/demoDebugUnitTest/apk-for-local-test.ap_ into this apk-for-local-test.ap_ archive with zip -U <path to demoDebugUnitTest folder>/apk-for-local-test.ap_ "res/drawable-anydpi-v24/ic_placeholder_default.xml" "resources.arsc" --out apk-for-local-test.ap_

The content of apk-with-plurals.ap_ was produced by the following steps:

  1. running ./gradlew :compose:animation:animation:integration-tests:animation-demos:testDebugUnitTest in the frameworks/support of androidx
  2. copying entries required for the tests from out/androidx/compose/animation/animation/integration-tests/animation-demos/build/intermediates/apk_for_local_test/debugUnitTest/packageDebugUnitTestForUnitTest/apk-for-local-test.ap_ into this apk-with-plurals.ap_ archive with zip -U <path to demoUnitTest folder>/apk-for-local-test.ap_ "resources.arsc" --out apk-with-plurals.ap_

The content of apk-all-resources.ap_ was produced bby the following steps:

  1. running ./gradlew :lib:testDebugUnitTest in the Allresources
  2. copying Allresources/lib/build/intermediates/apk_for_local_test/debugUnitTest/apk-for-local-test.ap_ to apk-all-resources.ap_