0

On Android Studio Im trying to get the version incrementally while I develop my code, but for some reason doing this

/**
 * This is an example class
 * @author  Todd Williams
 * @version %I%
 * @since 1.0
 */

is showing me this

enter image description here

Any idea why ?

Todd
  • 179
  • 15
  • 1
    This macro is handled by your version control system, not by the IDE, see https://stackoverflow.com/a/578387/104891. Make sure the VCS you are using is configured to replace `%I%` with the actual version when you checkout the code. – CrazyCoder Jan 02 '19 at 20:14
  • Thanks for your answer – Todd Jan 04 '19 at 23:59

0 Answers0