Program

carloswii5

Well-known member
Jan 27, 2012
75
1
0
Hey guys what program do I need to use to be able to create and or modify an .apk?

Sent from my Chocolate Chip ICS
 
Or you could use appinventor if u have no experience with Linux

Sent from my LG-VM670 using Tapatalk 2
 
Or you could use appinventor if u have no experience with Linux

Sent from my LG-VM670 using Tapatalk 2

It's actually easier to setup a system on Windows if you're creating apks, meaning programming apps. It's not much easier, just a little, but that's not to say that it's hard. The hard parts are learning Java and the Android APIs.

This space intentionally left blank.
 
No to edit
To create you need linux

Sent from my LG-LS670 using Tapatalk 2

Wrong. You do not need Linux to make apps. You need the eclipse sdk, the ADT plugin, and the android sdk. You can develop apps on Linux, Mac, or PC. To edit already compiled apps, you need apktool which works on Linux and PC. That will decompile an app into Smali code, which although editable, is almost impossible to understand for the average geek.

Also +1 to what flapjack.fiasco said.
 
No to edit
To create you need linux

Sent from my LG-LS670 using Tapatalk 2

For developing Android App's Windows works I have Eclipse installed on both Windows and Linux, through I do use Linux for development more then Windows.
 
Last edited:
That's part of the beauty of Java. It's platform independent because it's an interpreted language. I think the reason you can't develop ROMs in Windows is due to it using a non case sensitive file system. At least that's part of the problem, there may be more to it than that.

This space intentionally left blank.
 
That's part of the beauty of Java. It's platform independent because it's an interpreted language. I think the reason you can't develop ROMs in Windows is due to it using a non case sensitive file system. At least that's part of the problem, there may be more to it than that.

This space intentionally left blank.

There is a little more then that, it mostly has to do with the kernel that Window's use which is a hybrid, while Linux uses a Unix like kernel. Windows Vista and 7 can be set to case sensitive which does work because that what my Windows System is set to.
 
There is a little more then that, it mostly has to do with the kernel that Window's use which is a hybrid, while Linux uses a Unix like kernel. Windows Vista and 7 can be set to case sensitive which does work because that what my Windows System is set to.

Interesting! What is it a hybrid of?

This space intentionally left blank.
 

Trending Posts

Members online

Forum statistics

Threads
956,589
Messages
6,968,984
Members
3,163,580
Latest member
Adamsapple