Brute force always works :)
- Create a new Android project in Eclipse named SpareParts
- Use explorer to replace both src / and res / folders inside workspace / SpareParts with loaded git forms
- Click the right button in the SpareParts entry in the project tree in Eclipse β Refresh
- to use
I looked through the files and it does not seem to use an external library. If you try to build it yourself, you will still have problems due to these three classes that are not in android.jar:
import android.app.ActivityManagerNative; //cannot be resolved import android.os.ServiceManager; //cannot be resolved import android.view.IWindowManager; //cannot be resolved
source share