What is the "Android Class Name" for a Facebook app written in Flex?
android, apache-flex, facebook
Solution
According to this link,
The class is named AppEntry and its package name depends on the AIR application ID, but it always begins with “air”.
Problem
When setting up a Facebook app, it requires an Android Package Name and Android Class Name. The first part is easy, and Google Play even shows me this in my list of apps. How do I find the Android Class Name for a Flex app?