Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » app to computer?(possible?)
app to computer? [message #1074717] Sat, 27 July 2013 14:51 Go to next message
Dillon Graves is currently offline Dillon GravesFriend
Messages: 1
Registered: July 2013
Junior Member
Is it possible to take an app that you have downloaded, or one that is on your phone but not on your computer and upload it to eclipse? So basically what i'm asking is can you take an app from your phone and upload it to eclipse?
Re: app to computer? [message #1075264 is a reply to message #1074717] Mon, 29 July 2013 06:23 Go to previous message
Aaron Skelsey is currently offline Aaron SkelseyFriend
Messages: 4
Registered: July 2013
Junior Member
Are you asking if you can 'open' an application in eclipse (from your phone) to edit it? Typically applications are not distributed with any form of source code, so I'd say the answer to your question is 'no'.

The files located on your phone will be compiled into .class files and packaged up. I suppose technically you could decompile the class files, but you would end up with something pretty messy and unusable.

If you are only interested in running some code from the application it may be possible to extract some of the .class files and use them?
Previous Topic:how to give a path on java on Mac
Next Topic:How to deploy Sessionless EJB in TOMEE
Goto Forum:
  


Current Time: Fri Apr 26 06:39:46 GMT 2024

Powered by FUDForum. Page generated in 0.08630 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top