Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJoel Paul
1,570 PointsCircuit Board
Do you need a circuit board in order to develop apps? Or can you do so without one?
1 Answer
Steven Parker
231,184 PointsIt depends on what you are developing apps for. In most cases, you'll either need to have the target platform itself, or a software simulator for the platform that runs in your computer.
Some development environments include simulators so you can develop and test without having to upload to the actual device. But no matter how complete the IDE is, it's a good idea to do your final testing on the actual device to avoid unpleasant surprises when you publish.