Most Android apps (developed with the Android SDK) are Dalvik byte code, not native ARM code, so they should run just fine.
Apps that use native code (the developed with the NDK) probably won't work. A lot of games use at least some native code in order to leverage existing non-java libraries or code bases(the Box2d physics library for example).