Skip to content

HelloGluon example (aka DummyApp)

Maciej Gorywoda edited this page Jan 17, 2021 · 5 revisions

This example is based on the Hello Gluon from Gluon Mobile samples. I called the first version "Dummy App" and only later realized that it would be better if I use the same project for more complicated examples. I recommend you first try to run this one because if it fails you can be pretty sure that the problem lies in your setup of GraalVM, dependencies, Maven, etc., and not in the details of the app you try to run.

The source code is just one file. Here's a screenshot of what the app looks like when you open it. And from here you can download the already compiled APK.

Please refer to How to compile and run an example for details on how to, well, compile and run this example.