IntelliJ IDEA - Unable to evaluate the expression Cannot find source class for current stack frame

Iks Ski picture Iks Ski · Aug 12, 2017 · Viewed 8k times · Source

I'm debugging android application with linked correct smali sources. I'm using newest smalidea plugin. Everything goes well, breakpoint is reachable, I can see variables but I cannot see lists.

Here's what I can see near List variable:

Unable to evaluate the expression Cannot find source class for current stack frame

Is it debugger issue or just smalidea plugin is not working properly with lists?

Answer

Iks Ski picture Iks Ski · Aug 12, 2017

Problem is fixed. I just forgot to set newest SDK in the project options