문제

When downloading and installing updates from Android Market, you often see an update comment like

  • version 1.2.14 Bugfix on...
  • version 1.2.15 Added settings menu

and so on. How is that comment made? I couldn't see a update comment field in the market today.

Thanx for listening!

도움이 되었습니까?

해결책

What some devs do (which may explain the examples you've seen) is to add change descriptions to android:versionName in the manifest, as that can be any string.

다른 팁

You just add the change comment at the end of your application description, optionally separated by a line of hyphens.

There's no official way of making a specific upgrade comment.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top