0

I am working on android app and using Cipher class to do some processing. Facing some problems in this, so want to stop the execution and put breakpoints in Cipher class.

The problem is, I've the source code downloaded for the Cipher class (from android sdk, v27) and am putting breakpoints there. The debugger stops at the specified method but it picks the Cipher class file that's present on my system's jdk.

Below screenshots will explain it clearly:

The source file that I want

The class file that debugger picks up

Yash
  • 5,225
  • 4
  • 32
  • 65
  • I faced the similar issue. I imported the wrong class. You might want to check your imports. – mark922 Jun 28 '18 at 06:09
  • you can see a lock just under java icon of class name. That means this specific class is read only. I believe you either have to import those files in your project like fork them or check your imports . – Umair Jun 28 '18 at 06:10
  • add **app.gradle** where you added the dependency for more detailed explanation @yashasvi – Chirag Talsaniya Jun 28 '18 at 06:16

0 Answers0