Registry / other / android

android

JSON →
library2.3.3javamavenunverified

Provides the Android platform APIs for developing applications targeting the Google Android Platform.

<dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> <version>2.3.3</version> </dependency>
INSTALL
IMPORT
SIG · ANDROID
A
android
otherjavav2.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Activity
android.app.Activity

Minimal Android Activity subclass.

import android.app.Activity; import android.os.Bundle; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } }
Debug
Known issues
breakingThis artifact is outdated and not recommended for modern Android development; use the official Android SDK via Gradle instead.
fix
Use Android Studio and the Android Gradle plugin with compileSdk and targetSdk.
affects: >=2.3.3
Upgrade
Version history
2.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Meta
2
OpenAI (training)
1
Resources
android — mvn dependency:get android · libregistry