-1

As we know that the extension of Android app is .APK. likewise, I want to know the app extension of android things app.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
dpk
  • 641
  • 1
  • 5
  • 15

1 Answers1

2

The extension for Android Things app is also .apk.

See Create a build for an Android Things product

...applications are compiled and packaged into a single file with the .apk extension (an Android application package file)

Jaween
  • 374
  • 1
  • 3
  • 10