Andrei Zhukouski
Andrei Zhukouski

Reputation: 3506

How debug signed app with intellij idea?

I try to use Google Calendar API in my Android App.
My problem is - I need every time create signed APK and load it to device manually.
I'm looking for solution how I can debug signed application?

ps I use I intellij idea.

Upvotes: 1

Views: 906

Answers (1)

Andrei Zhukouski
Andrei Zhukouski

Reputation: 3506

I found solution:

  1. Create signed APK
  2. Load APK to device
  3. Install APK
  4. Run App
  5. Without uninstall app run project in debug mode from IDE
  6. Profit!

Upvotes: 1

Related Questions