Code Monkey home page Code Monkey logo

Comments (4)

nevess avatar nevess commented on May 15, 2024 5

Also check of you have the MailApplication.kt register in the Manifest

from koin.

pitoszud avatar pitoszud commented on May 15, 2024 1

In my case the "lateinit property koinContext has not been initialized" exception error happened because of missing android:name=".KoinApp" in the manifest in the <application tag.
The KoinApp extends Application().
It makes sense:

"The fully qualified name of an Application subclass implemented for the application. When the application process is started, this class is instantiated before any of the application's components."

https://developer.android.com/guide/topics/manifest/application-element#nm

The question is how to properly try/catch this so the error is better described.

from koin.

arnaudgiuliani avatar arnaudgiuliani commented on May 15, 2024

seems you have not used any starter function.

Can you give us your code snippet?

from koin.

Baresse avatar Baresse commented on May 15, 2024

Hi @TedHoryczun

As mentioned by @arnaudgiuliani some code snippet would really help to support you.
In the mean time you can double check the provided sample app here : Sample App

Have a look at the Koin modules definitions in the file all_modules.kt and more specifically this line in MainApplication.kt which seems to be what you are missing.

from koin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.