4

I am using Raspberry Pi 4 for a while with the latest buster release. I searched for a lot of questions and find that Android development is not possible with Raspberry Pi. But I wonder, that both are powered by Linux.

Is there any way to make an Android app and run it with either Raspbian or with Android mobile directly?

Greenonline
  • 2,969
  • 5
  • 27
  • 38
Sohan Arafat
  • 1,852
  • 2
  • 12
  • 43

2 Answers2

2

You might be interested in Android Things if you are just looking into having the pi run a single application. As of right now, this is the only supported way of putting android onto a pi. (as far as i know).

There are other options such as LineageOS, but these tend to run pretty slow.

Sean Mayo
  • 191
  • 1
  • 5
0

I searched for a lot of questions and find that android development is not possible with raspberry pi.

It is possible to develop Android applications for Raspberry Pi 3 model B running Android Things. Unfortunately, Raspberry Pi 4 is not yet officially supported by Android Things.

Onik
  • 195
  • 1
  • 3
  • 11