glaukon-ariston

Results 10 comments of glaukon-ariston

I had to do both -- `File > Invalidate Caches / Restart` and delete `.idea` directory and `.iml` files. I got some messages in the Sync tab implying the sync...

I still seem to be doing something wrong. I cannot select anything but `` in the `Run/Debug Configurations` window -- there's nothing else in the Module drop-down box. There is...

Deleted iml and .idea folder again. This what I get after loading in the project again: ![image](https://user-images.githubusercontent.com/17722062/65710964-45107980-e094-11e9-8771-e46704d4be6e.png) ![image](https://user-images.githubusercontent.com/17722062/65711043-640f0b80-e094-11e9-80a3-f1d67f499399.png) Still cannot choose a module in the Run/Debug Config window.

After a failed Gradle Plugin update I am getting this message ![image](https://user-images.githubusercontent.com/17722062/65719249-ad1b8b80-e0a5-11e9-8bab-075b0331bc61.png)

It seems I am getting closer. After doing a few recommended updates and refactorings I can now get the window of the emulated phone, but without the app installed on...

Now I get the following error: e: java.lang.IllegalStateException: Backend Internal error: Exception during code generation ![image](https://user-images.githubusercontent.com/17722062/66600017-de678180-eba4-11e9-9cc5-8c604f45aa4f.png)

Still getting the same error: ![image](https://user-images.githubusercontent.com/17722062/66688973-442d3980-ec89-11e9-8ad3-cc64ead9d0b8.png)

Can you please verify that you can build [my](https://github.com/glaukon-ariston/TVKILL) fork of the TVKILL? What is your setup (version of Android Studio)? Mine says Android Studio 3.5.1 Build #AI-191.8026.42.35.5900203, built on...

@42SK Can you at least try to compile your project with the [BrandContainer.kt](https://github.com/glaukon-ariston/TVKILL/blob/master/app/src/main/java/com/redirectapps/tvkill/BrandContainer.kt) from my fork. That is the only real change in my fork. It adds the IR database...

I have managed to compile and run the original TVKILL app. When I replace the `BrandContainer.kt` with the expanded one I get the `Method code too large` error: ``` e:...