Reputation: 9479
For running my application in emulator, is it possible to increase the rom size for emulator?
Upvotes: 0
Views: 525
Reputation: 9479
Yes we can run large applications too in emulator.
Inside eclipse, Eclipse -> Preferences -> Android -> Launch -> default emulator options
give -partition-size 1024
Upvotes: 2