Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 357
Iks Ski Avatar asked Mar 14 '26 00:03

Iks Ski


2 Answers

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

like image 162
Iks Ski Avatar answered Mar 15 '26 12:03

Iks Ski


Follow the next steps to validate which SDK is using for building the project in intelliJ

  • right-click on the project
  • Click on Open Module settings option
  • On the left menu click on Project
  • Check which SDK option is selected
like image 20
cristian.nieto.dev Avatar answered Mar 15 '26 13:03

cristian.nieto.dev