Vertaling van "versionName" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Este no es el número de versión que se muestra a los usuarios; ese número lo establece el atributo versionName.
This is not the version number shown to users; that number is set by the versionName attribute.
También se debe incluir el nombre de la versión actual en el código (es decir, la versión visible para el usuario asignada a android:versionName), para que sea fácil relacionar el código de versión con el nombre de versión.
You should also include your actual version name in the code (that is, the user visible version assigned to android:versionName), so that it's easy for you to associate the version code and version name.
El bloque de clase de producto "full" no define versionName. Por lo tanto, este usa el valor predeterminado de "1.1".
The "full" product flavor block does not define versionName, so it uses the default value of "1.1".
Esto significa que el valor versionCode no tiene necesariamente una fuerte semejanza con la versión de lanzamiento de la app que ve el usuario (consulta versionName, a continuación).
This means that the versionCode value does not necessarily have a strong resemblance to the app release version that is visible to the user (see versionName, below).
El android:versionName es el nombre por el que se anuncia a compradores potenciales en el mercado Android.
The android:versionName is the name by which it is advertised to potential buyers in the Android market.
La aplicación tiene que poder estar programada para contener tanto "android:versionCode" como "android:versionName" en sus archivos de programación.
The application needs to be able to be programmed to contain both "android:versionCode" and "android:versionName" in its programming manifest file.
También debes proporcionar valores para los atributos android:versionCode y android:versionName, que se ubican en el elemento <manifest>.
You should also provide values for the android:versionCode and android:versionName attributes, which are located in the <manifest> element.
Te Los Usuarios también verán la cadena *versionName.
You users will also see the string versionName.
Si el proceso de compilación automáticamente actualiza cualquier parte del manifiesto de la app, como la iteración automática de versionCode o versionName, no podrás aprovechar Instant Run al máximo.
If your build process automatically updates any part of the app manifest, such as automatically iterating versionCode or versionName, you will not be able to benefit from the full performance of Instant Run.
Debido a que la clase de producto "demo" define versionName como "1.1-demo", la compilación "demo" usa este versionName en lugar del valor predeterminado.
Since the "demo" product flavor defines versionName as "1.1-demo", the "demo" build uses this versionName instead of the default value.