Code Monkey home page Code Monkey logo

Comments (5)

la-niina avatar la-niina commented on August 28, 2024

from kor.

mph070770 avatar mph070770 commented on August 28, 2024

Wow - amazingly quick reply, thank you! I'll give it a go. I'm new to Android/Kotlin so any tips would be appreciated. Thanks again.

from kor.

la-niina avatar la-niina commented on August 28, 2024

from kor.

mph070770 avatar mph070770 commented on August 28, 2024

Good luck with your plans - it sounds exciting for you!

There's a few issues with the code. Out of the box, it crashes until you manually enable "display over other apps" in settings. It would be good that the app directs the user there automatically.

Once that option is enabled, I'm hitting another crash:

FATAL EXCEPTION: main
Process: kor.app, PID: 13797
java.lang.RuntimeException: Unable to destroy activity {kor.app/kor.app.MainActivity}: java.lang.IllegalArgumentException: View=kor.app.MyLinearLayout{1c74902 V.E...... ......I. 0,0-0,0} not attached to window manager
	at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4383)
	at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:4401)
	at android.app.ActivityThread.-wrap5(Unknown Source:0)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1649)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6494)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Caused by: java.lang.IllegalArgumentException: View=kor.app.MyLinearLayout{1c74902 V.E...... ......I. 0,0-0,0} not attached to window manager
	at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:485)
	at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:394)
	at android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:124)
	at kor.app.MainActivity.onDestroy(MainActivity.kt:216)
	at android.app.Activity.performDestroy(Activity.java:7218)
	at android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1249)
	at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4370)
	at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:4401) 
	at android.app.ActivityThread.-wrap5(Unknown Source:0) 
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1649) 
	at android.os.Handler.dispatchMessage(Handler.java:106) 
	at android.os.Looper.loop(Looper.java:164) 
	at android.app.ActivityThread.main(ActivityThread.java:6494) 
	at java.lang.reflect.Method.invoke(Native Method) 
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 

Not sure what is wrong there, at the moment.

from kor.

la-niina avatar la-niina commented on August 28, 2024

from kor.

Related Issues (1)

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.