Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests.

This commit is contained in:
Xavier Ducrohet
2009-05-07 14:03:22 -07:00
parent f2b70edc0d
commit f99249b80b
7 changed files with 14 additions and 12 deletions

View File

@@ -13,13 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.TwoLib;
package com.example.twolibs;
import android.app.Activity;
import android.widget.TextView;
import android.os.Bundle;
public class TwoLib extends Activity
public class TwoLibs extends Activity
{
/** Called when the activity is first created. */
@Override