Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Beltramo committed Jun 8, 2013
1 parent 1d94a49 commit bb2e8b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ Add the LoginActivity to your AndroidManifest.xml
android:label="::APP_TITLE::" />
````

Copy the MainActivity.java to the java src folder with your package name
Copy the MainActivity.java to the java src folder with your package name.

Example with the template tag in the nmml file:

```xml
<template path="Export/android/bin/MainActivityFacebook.java"
<template path="../HypFacebook/templates/android/MainActivity.java"
rename="src/my/package/name/MainActivity.java"/>

```
Expand Down

0 comments on commit bb2e8b5

Please sign in to comment.