<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Byte Buddy Android test</string>
<string name="version_info">Build version: %1$s</string>
<string name="info">
This application creates a runtime subclass using Byte Buddy and loads the generated classes using Byte
Buddy\'s class loading strategy for Android. For this, it uses version the Android SDK\'s dex compiler
in the form it is available on Maven Central.
</string>
<string name="run_test_wrapping">Run test: wrapping</string>
<string name="run_test_injecting">Run test: injecting</string>
</resources>
|