Android Core

Stub classes to run Android projects in Desktop environment

Лицензия

Лицензия

Группа

Группа

com.harium.android
Идентификатор

Идентификатор

core
Последняя версия

Последняя версия

0.3.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Android Core
Stub classes to run Android projects in Desktop environment

Скачать core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.harium.android/core/ -->
<dependency>
    <groupId>com.harium.android</groupId>
    <artifactId>core</artifactId>
    <version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.android/core/
implementation 'com.harium.android:core:0.3.3'
// https://jarcasting.com/artifacts/com.harium.android/core/
implementation ("com.harium.android:core:0.3.3")
'com.harium.android:core:jar:0.3.3'
<dependency org="com.harium.android" name="core" rev="0.3.3">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.android', module='core', version='0.3.3')
)
libraryDependencies += "com.harium.android" % "core" % "0.3.3"
[com.harium.android/core "0.3.3"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

android-desktop

This repo has classes to run Android projects in Desktop environment. It is also used to generate/publish Android maven libraries without using Android emulator. Some classes are just stubs but some classes replicates real functionality.

It is an experimental project in very early stages. Classes are added by need and sometimes do not reflect the exact Android behavior, be warned.

Maven

<dependency>
    <groupId>com.harium.android</groupId>
    <artifactId>core</artifactId>
    <version>0.3.3</version>
</dependency>

Generating a local jar

mvn package -Dmaven.javadoc.skip=true

License

Apache 2.0

Reference

com.harium.android

Harium

Версии библиотеки

Версия
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0