Android Core

Stub classes to run Android projects in Desktop environment

License

License

GroupId

GroupId

com.harium.android
ArtifactId

ArtifactId

core
Last Version

Last Version

0.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

Android Core
Stub classes to run Android projects in Desktop environment

Download core

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0