devpack / android-python27

Embed Python 2.7 (3.2 and others) interpreter and your scripts into an Android APK
156 stars 111 forks source link

Red exclamation point on project. #1

Closed twlkyao closed 10 years ago

twlkyao commented 10 years ago

After I import the apk project, there is a red exclamation point on the project, I have removed all the libs and added them, without success, there is no obvious sign on teh build path, how to fix this? 1

devpack commented 10 years ago

Try this:

  1. Right click on the project -> Android tools -> Fix project properties
  2. Java Compiler -> Building -> Build path problems - set Incomplete build path: to Warning
  3. Project -> Clean (twice)
twlkyao commented 10 years ago

Problem solved, thanks.