0

I have imported apk file that was already been extracted exactly like this link https://stackoverflow.com/a/12370973/3289129

Now the problem is to make this project that has imported to Eclipse be able to run in the android emulator without error?

Anyone has any suggestion or guidelines on what can I do next in the Eclipse environment? Linking with database and manifest? websites, links or videos? Your help is much appreciated.

Community
  • 1
  • 1
user3289129
  • 45
  • 1
  • 1
  • 6
  • Below 2 links may help you: - http://stackoverflow.com/questions/17371015/run-apk-on-android-emulator/17372662#17372662 - http://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator – ridoy Feb 10 '14 at 06:56
  • I need to know how it can run in the eclipse environment, do u have any ideas? About linking back all the database and manifast. – user3289129 Feb 10 '14 at 08:18

1 Answers1

0

Listen Some Applications Code are being Obfuscated.

So You Do one thing open the Java Decompiler and add all the .class Files.

And try to Gain the Logic Behind the Application by implementing it in a NEW ANDROID PROJECT.

Hope it may Help You !!!

Nayan Rath
  • 293
  • 5
  • 18
  • I need to know how it can run in the eclipse environment, do u have any ideas? About linking back all the database and manifest. – user3289129 Feb 12 '14 at 06:11
  • Listen do one thing the files u will get after implementing apktool in cmd... open the eclipse and drag the files u require to know its coding. You can traverse all the code by this. Reply back if need any help !!! – Nayan Rath Feb 12 '14 at 06:19
  • Thank you very much for the help, I retrieved all the codes, I wanted to have these codes to be run and successfully run in the android emulator when I compile it. I'm still new in this, can I ask you in hangout or google+ when I really need help in emergency? – user3289129 Feb 12 '14 at 06:24
  • Thanks its my pleasure to help someone. – Nayan Rath Feb 12 '14 at 06:35