M
M
Maxim Ivanov2020-11-10 12:30:08
Android
Maxim Ivanov, 2020-11-10 12:30:08

In what simplest language can you write a program for android (with an icon) with a crash when I enter)?

In what simplest language can you write a program for android (with an icon) with a crash when I enter)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rPman, 2020-11-10
@rPman

google: android hello world
actually minimal application is created automatically in android studio, all that remains is to insert a couple of output lines
getActivity().finish();
System.exit(0);

M
MatrixKiller, 2020-11-10
@MatrixKiller

Java, Kotlin.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question